Searched refs:get_epoll_tfile_raw_ptr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | eventpoll.h | 22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | eventpoll.h | 22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kcmp.c | 133 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcmp.c | 117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 1093 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, in get_epoll_tfile_raw_ptr() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | eventpoll.c | 1048 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, in get_epoll_tfile_raw_ptr() function
|
Completed in 8 milliseconds