Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
180 struct eventpoll { struct182 spinlock_t lock;190 struct mutex mtx;214 /* The user that created the eventpoll descriptor */ argument215 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()