Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
181 struct eventpoll { struct188 struct mutex mtx;191 wait_queue_head_t wq;215 /* The user that created the eventpoll descriptor */ argument216 struct user_struct *user;218 struct file *file;221 int visited;222 struct list_head visited_list_link;226 unsigned int napi_id;669 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()