Searched refs:epmutex (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.c46 * 1) epmutex (mutex)
67 * mutex "epmutex" (together with "ep->lock") to have it working,
69 * Events that require holding "epmutex" are very rare, while for
232 static struct mutex epmutex; variable in typeref:struct:mutex
447 * holding "epmutex" is sufficent here.
449 mutex_lock(&epmutex);
463 * holding "epmutex" we can be sure that no file cleanup code will hit
471 mutex_unlock(&epmutex);
536 * "ep->mtx" after "epmutex" because ep_remove() requires it when called
539 mutex_lock(&epmutex);
[all...]

Completed in 673 milliseconds