Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Deventpoll.c180 struct eventpoll { struct
182 spinlock_t lock;
190 struct mutex mtx;
214 /* The user that created the eventpoll descriptor */ argument
215 struct user_struct *user;
217 struct file *file;
220 int visited;
221 struct list_head visited_list_link;
593 int (*sproc)(struct eventpoll *, in ep_scan_ready_list()