Home
last modified time | relevance | path

Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Deventpoll.c178 struct eventpoll { struct
185 struct mutex mtx;
188 wait_queue_head_t wq;
212 /* The user that created the eventpoll descriptor */ argument
213 struct user_struct *user;
215 struct file *file;
218 u64 gen;
219 struct hlist_head refs;
225 refcount_t refcount;
229 unsigned int napi_id;
[all …]