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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c103 #define EP_UNACTIVE_PTR ((void *) -1L) macro
567 ep->ovflist = EP_UNACTIVE_PTR;
640 if (unlikely(ep->ovflist != EP_UNACTIVE_PTR)) {
641 if (epi->next == EP_UNACTIVE_PTR) {
741 epi->next = EP_UNACTIVE_PTR;
957 nepi = epi->next, epi->next = EP_UNACTIVE_PTR) {
963 * We need to set back ep->ovflist to EP_UNACTIVE_PTR, so that after
967 ep->ovflist = EP_UNACTIVE_PTR;

Completed in 83 milliseconds