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

/linux-4.1.27/include/linux/
H A Deventpoll.h34 void eventpoll_release_file(struct file *file);
61 eventpoll_release_file(file); eventpoll_release()
/linux-4.1.27/fs/
H A Deventpoll.c63 * during epoll_ctl(EPOLL_CTL_DEL) and during eventpoll_release_file().
64 * Then we also need a global mutex to serialize eventpoll_release_file()
67 * cleanup path and it is also acquired by eventpoll_release_file()
261 * This mutex is used to serialize ep_free() and eventpoll_release_file().
604 * eventpoll_release_file() and epoll_ctl(). ep_scan_ready_list()
745 * eventpoll_release_file() while we're freeing the "struct eventpoll". ep_free()
748 * anymore. The only hit might come from eventpoll_release_file() but ep_free()
907 void eventpoll_release_file(struct file *file) eventpoll_release_file() function

Completed in 168 milliseconds