Searched refs:eppoll_entry (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))
190 struct eppoll_entry { struct
239 /* Slab cache used to allocate "struct eppoll_entry" */
287 return container_of(p, struct eppoll_entry, wait)->base;
426 struct eppoll_entry *pwq;
429 pwq = list_first_entry(lsthead, struct eppoll_entry, llink);
861 struct eppoll_entry *pwq;
1436 /* Allocates slab cache used to allocate "struct eppoll_entry" */
1438 sizeof(struct eppoll_entry), 0, SLAB_PANIC, NULL);

Completed in 95 milliseconds