Searched defs:eventpoll (Results 1 – 7 of 7) 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 …]
72414 struct eventpoll { struct72415 struct mutex mtx;72416 wait_queue_head_t wq;72417 wait_queue_head_t poll_wait;72418 struct list_head rdllist;72419 rwlock_t lock;72420 struct rb_root_cached rbr;72421 struct epitem *ovflist;72422 struct wakeup_source *ws;72423 struct user_struct *user;[all …]
38830 struct eventpoll { struct38831 struct mutex mtx;38832 wait_queue_head_t wq;38833 wait_queue_head_t poll_wait;38834 struct list_head rdllist;38835 rwlock_t lock;38836 struct rb_root_cached rbr;38837 struct epitem *ovflist;38838 struct wakeup_source *ws;38839 struct user_struct *user;[all …]
43825 struct eventpoll { struct43826 struct mutex mtx;43827 wait_queue_head_t wq;43828 wait_queue_head_t poll_wait;43829 struct list_head rdllist;43830 rwlock_t lock;43831 struct rb_root_cached rbr;43832 struct epitem *ovflist;43833 struct wakeup_source *ws;43834 struct user_struct *user;[all …]