Searched defs:eventpoll (Results 1 – 1 of 1) sorted by relevance
172 struct eventpoll { struct179 struct mutex mtx;203 /* wakeup_source used when ep_send_events or __ep_eventpoll_poll is running */ argument206 /* The user that created the eventpoll descriptor */ argument216 /* usage count, orchestrates "struct eventpoll" disposal */ argument217 refcount_t refcount;220 struct rcu_head rcu;224 unsigned int napi_id;226 u32 busy_poll_usecs;228 u16 busy_poll_budget;[all …]