Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
43593 struct eventpoll { struct43594 struct mutex mtx;43595 wait_queue_head_t wq;43596 wait_queue_head_t poll_wait;43597 struct list_head rdllist;43598 rwlock_t lock;43599 struct rb_root_cached rbr;43600 struct epitem *ovflist;43601 struct wakeup_source *ws;43602 struct user_struct *user;[all …]