Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Deventpoll.c181 struct eventpoll { struct
188 struct mutex mtx;
191 wait_queue_head_t wq;
215 /* The user that created the eventpoll descriptor */ argument
216 struct user_struct *user;
218 struct file *file;
221 int visited;
222 struct list_head visited_list_link;
226 unsigned int napi_id;
669 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()