Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Deventpoll.c179 struct eventpoll { struct
186 struct mutex mtx;
210 /* wakeup_source used when ep_send_events or __ep_eventpoll_poll is running */ argument
213 /* The user that created the eventpoll descriptor */ argument
214 struct user_struct *user;
216 struct file *file;
219 u64 gen;
220 struct hlist_head refs;
226 refcount_t refcount;
230 unsigned int napi_id;
[all …]