Home
last modified time | relevance | path

Searched refs:eventpoll_release (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Deventpoll.h38 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
/linux/fs/
H A Dfile_table.c456 * The function eventpoll_release() should be the first called in __fput()
459 eventpoll_release(file); in __fput()