Lines Matching defs:eventpoll
42769 struct eventpoll { struct
42770 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;
42779 struct file *file;
42780 u64 gen;
42781 struct hlist_head refs;
42782 refcount_t refcount;
42783 unsigned int napi_id;