Lines Matching defs:eventpoll
85103 struct eventpoll { struct
85104 struct mutex mtx;
85105 wait_queue_head_t wq;
85106 wait_queue_head_t poll_wait;
85107 struct list_head rdllist;
85108 rwlock_t lock;
85109 struct rb_root_cached rbr;
85110 struct epitem *ovflist;
85111 struct wakeup_source *ws;
85112 struct user_struct *user;
85113 struct file *file;
85114 u64 gen;
85115 struct hlist_head refs;
85116 unsigned int napi_id;