|
PatchworkOS
|
Data Fields | |
| wait_queue_t * | queues [CONFIG_MAX_FD] |
| uint16_t | lookupTable [CONFIG_MAX_FD] |
| uint16_t | queueAmount |
| uint16_t vfs_poll_ctx_t::lookupTable[CONFIG_MAX_FD] |
Definition at line 948 of file vfs.c.
Referenced by vfs_poll_ctx_check_events(), and vfs_poll_ctx_init().
| uint16_t vfs_poll_ctx_t::queueAmount |
Definition at line 949 of file vfs.c.
Referenced by vfs_poll(), and vfs_poll_ctx_init().
| wait_queue_t* vfs_poll_ctx_t::queues[CONFIG_MAX_FD] |
Definition at line 947 of file vfs.c.
Referenced by vfs_poll(), vfs_poll_ctx_check_events(), and vfs_poll_ctx_init().