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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Deventpoll.h70 void eventpoll_release_file(struct file *file);
97 eventpoll_release_file(file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c59 * during epoll_ctl(EPOLL_CTL_DEL) and during eventpoll_release_file().
60 * Then we also need a global mutex to serialize eventpoll_release_file()
63 * cleanup path and it is also acquired by eventpoll_release_file()
230 * This mutex is used to serialize ep_free() and eventpoll_release_file().
443 * eventpoll_release_file() while we're freeing the "struct eventpoll".
446 * anymore. The only hit might come from eventpoll_release_file() but
522 void eventpoll_release_file(struct file *file) function
886 * eventpoll_release_file() and epoll_ctl(EPOLL_CTL_DEL).

Completed in 94 milliseconds