Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Deventpoll.c188 struct eventpoll { struct
195 struct mutex mtx;
219 /* The user that created the eventpoll descriptor */ argument
220 struct user_struct *user;
222 struct file *file;
225 int visited;
226 struct list_head visited_list_link;
230 unsigned int napi_id;
673 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()