PatchworkOS
Loading...
Searching...
No Matches
vfs_poll_ctx_t Struct Reference

Data Fields

wait_queue_tqueues [CONFIG_MAX_FD]
 
uint16_t lookupTable [CONFIG_MAX_FD]
 
uint16_t queueAmount
 

Detailed Description

Definition at line 945 of file vfs.c.

Field Documentation

◆ lookupTable

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().

◆ queueAmount

uint16_t vfs_poll_ctx_t::queueAmount

Definition at line 949 of file vfs.c.

Referenced by vfs_poll(), and vfs_poll_ctx_init().

◆ queues

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().


The documentation for this struct was generated from the following file: