Searched refs:eventpoll_release (Results 1 – 2 of 2) sorted by relevance
38 static inline void eventpoll_release(struct file *file) in eventpoll_release() function 71 static inline void eventpoll_release(struct file *file) {} in eventpoll_release() function
456 * The function eventpoll_release() should be the first called in __fput() 459 eventpoll_release(file); in __fput()