Searched refs:EP_MAX_POLLWAKE_NESTS (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.c96 #define EP_MAX_POLLWAKE_NESTS 4 macro
316 * wake up code from the same task more than EP_MAX_POLLWAKE_NESTS times,
319 * EP_MAX_POLLWAKE_NESTS deep. We need the irq version of the spin lock
339 (tncur->task == this_task && ++wake_nests > EP_MAX_POLLWAKE_NESTS)) {

Completed in 89 milliseconds