Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
167 struct eventpoll { struct169 spinlock_t lock;198 /* The user that created the eventpoll descriptor */ argument199 struct user_struct *user;201 struct file *file;204 int visited;205 struct list_head visited_list_link;519 int (*sproc)(struct eventpoll *, in ep_scan_ready_list()