Searched defs:eventpoll (Results 1 – 2 of 2) sorted by relevance
42769 struct eventpoll { struct42770 struct mutex mtx;42771 wait_queue_head_t wq;42772 wait_queue_head_t poll_wait;42773 struct list_head rdllist;42774 rwlock_t lock;42775 struct rb_root_cached rbr;42776 struct epitem *ovflist;42777 struct wakeup_source *ws;42778 struct user_struct *user;[all …]
52367 struct eventpoll { struct52368 struct mutex mtx;52369 wait_queue_head_t wq;52370 wait_queue_head_t poll_wait;52371 struct list_head rdllist;52372 rwlock_t lock;52373 struct rb_root_cached rbr;52374 struct epitem *ovflist;52375 struct wakeup_source *ws;52376 struct user_struct *user;[all …]