Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Deventpoll.c179 struct eventpoll { struct
186 struct mutex mtx;
213 /* The user that created the eventpoll descriptor */ argument
216 struct file *file;
219 u64 gen;
220 struct hlist_head refs;
226 refcount_t refcount;
230 unsigned int napi_id;
232 u32 busy_poll_usecs;
234 u16 busy_poll_budget;
[all …]