Home
last modified time | relevance | path

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

/linux/fs/
H A Deventpoll.c172 struct eventpoll { struct
179 struct mutex mtx;
203 /* wakeup_source used when ep_send_events or __ep_eventpoll_poll is running */ argument
206 /* The user that created the eventpoll descriptor */ argument
216 /* usage count, orchestrates "struct eventpoll" disposal */ argument
217 refcount_t refcount;
220 struct rcu_head rcu;
224 unsigned int napi_id;
226 u32 busy_poll_usecs;
228 u16 busy_poll_budget;
[all …]