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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventpoll.c87 #define EP_ITEM_COST (sizeof(struct epitem) + sizeof(struct eppoll_entry))
117 struct epitem { struct
128 struct epitem *next;
179 * This is a single linked list that chains all the "struct epitem" that
183 struct epitem *ovflist;
191 /* List header used to link this structure to the "struct epitem" */
194 /* The "base" pointer is set to the container "struct epitem" */
195 struct epitem *base;
210 struct epitem *epi;
236 /* Slab cache used to allocate "struct epitem" */
[all...]

Completed in 112 milliseconds