Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Deventpoll.h34 static inline void eventpoll_release(struct file *file) in eventpoll_release() function
67 static inline void eventpoll_release(struct file *file) {} in eventpoll_release() function
/openbmc/linux/fs/
H A Dfile_table.c375 eventpoll_release(file); in __fput()