Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/
H A Dfile_table.c456 eventpoll_release(file); in __fput()