Home
last modified time | relevance | path

Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance

/fs/
Deventpoll.c184 struct eventpoll { struct
191 struct mutex mtx;
194 wait_queue_head_t wq;
218 /* The user that created the eventpoll descriptor */ argument
219 struct user_struct *user;
221 struct file *file;
224 u64 gen;
228 unsigned int napi_id;
233 u8 nests;
683 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()