Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
176 struct eventpoll { struct178 spinlock_t lock;186 struct mutex mtx;210 /* The user that created the eventpoll descriptor */ argument211 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()