Searched refs:eventpoll (Results 1 – 6 of 6) sorted by relevance
3 * fs/eventpoll.c (Efficient event retrieval implementation)26 #include <linux/eventpoll.h>126 * Each file descriptor added to the eventpoll interface will133 /* RB tree node links this structure to the eventpoll RB tree */139 /* List header used to link this structure to the eventpoll ready list */143 * Works together "struct eventpoll"->ovflist in keeping the154 * eventpoll->refcount orchestrates "struct eventpoll" disposal162 struct eventpoll *ep;176 * structure and represents the main data structure for the eventpoll179 struct eventpoll { global() struct 186 mtxeventpoll global() argument 210 wqeventpoll global() argument 213 wseventpoll global() argument 214 usereventpoll global() argument 216 fileeventpoll global() argument 219 geneventpoll global() argument 220 refseventpoll global() argument 221 loop_check_deptheventpoll global() argument 227 refcounteventpoll global() argument 231 napi_ideventpoll global() argument 233 busy_poll_usecseventpoll global() argument 235 busy_poll_budgeteventpoll global() argument 236 prefer_busy_polleventpoll global() argument 263 nestseventpoll global() argument [all...]
25 obj-$(CONFIG_EPOLL) += eventpoll.o
125 eventpoll (epoll) interfaces128 .. kernel-doc:: fs/eventpoll.c
288 ==== ABI differences detected in include/linux/eventpoll.h from HEAD -> dirty tree ====298 include/linux/eventpoll.h did not change between HEAD and dirty tree...305 we can see ``linux/types.h`` is used from ``eventpoll.h``.
326 0x8A 00-1F linux/eventpoll.h
1826 bool "Enable eventpoll support" if EXPERT