Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
188 struct eventpoll { struct195 struct mutex mtx;219 /* The user that created the eventpoll descriptor */ argument220 struct user_struct *user;222 struct file *file;225 int visited;226 struct list_head visited_list_link;230 unsigned int napi_id;673 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()