Searched refs:ep_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 1046 * are protected by the "mtx" mutex, and ep_find() must be called with 1049 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find() function 2260 * ep_find() till we release the mutex. in do_epoll_ctl() 2262 epi = ep_find(ep, tf.file, fd); in do_epoll_ctl()
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 1001 * are protected by the "mtx" mutex, and ep_find() must be called with 1004 static struct epitem *ep_find(struct eventpoll *ep, struct file *file, int fd) in ep_find() function 2210 * ep_find() till we release the mutex. in do_epoll_ctl() 2212 epi = ep_find(ep, tf.file, fd); in do_epoll_ctl()
|
Completed in 10 milliseconds