Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dkcmp.c105 struct file *filp, *filp_epoll, *filp_tgt; in kcmp_epoll_target() local
115 filp_epoll = fget_task(task2, slot.efd); in kcmp_epoll_target()
116 if (!filp_epoll) in kcmp_epoll_target()
119 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
120 fput(filp_epoll); in kcmp_epoll_target()