Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c295 struct eventpoll { struct
302 struct mutex mtx;
305 wait_queue_head_t wq;
329 /* wakeup_source used when ep_send_events or __ep_eventpoll_poll is running */ argument
332 /* The user that created the eventpoll descriptor */ argument
342 /* usage count, orchestrates "struct eventpoll" disposal */ argument
343 refcount_t refcount;
346 struct rcu_head rcu;
350 unsigned int napi_id;
352 u32 busy_poll_usecs;
[all …]