Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
182 struct eventpoll { struct189 struct mutex mtx;192 wait_queue_head_t wq;216 /* The user that created the eventpoll descriptor */ argument217 struct user_struct *user;219 struct file *file;222 int visited;223 struct list_head visited_list_link;227 unsigned int napi_id;670 __poll_t (*sproc)(struct eventpoll *, in ep_scan_ready_list()