Home
last modified time | relevance | path

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

/fs/
Deventpoll.c176 struct eventpoll { struct
178 spinlock_t lock;
186 struct mutex mtx;
210 /* The user that created the eventpoll descriptor */ argument
211 struct user_struct *user;
213 struct file *file;
216 int visited;
217 struct list_head visited_list_link;
588 int (*sproc)(struct eventpoll *, in ep_scan_ready_list()