Home
last modified time | relevance | path

Searched refs:epitem (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/
H A Deventpoll.c99 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
108 /* List header used to link this structure to the "struct epitem" */
111 /* The "base" pointer is set to the container "struct epitem" */
112 struct epitem *base;
130 struct epitem { struct
134 /* Used to free the struct epitem */
145 struct epitem *next;
151 * Protected by file->f_lock, true for to-be-released epitem already
203 * This is a single linked list that chains all the "struct epitem" that
207 struct epitem *ovflis
[all...]
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c105 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
137 struct epitem { struct
141 /* Used to free the struct epitem */
152 struct epitem *next;
206 * This is a single linked list that chains all the "struct epitem" that
210 struct epitem *ovflist;
236 /* List header used to link this structure to the "struct epitem" */
239 /* The "base" pointer is set to the container "struct epitem" */
240 struct epitem *base;
255 struct epitem *ep
[all...]

Completed in 4 milliseconds