Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dkcmp.c103 struct file *filp, *filp_epoll, *filp_tgt; in kcmp_epoll_target() local
113 filp_epoll = fget_task(task2, slot.efd); in kcmp_epoll_target()
114 if (!filp_epoll) in kcmp_epoll_target()
117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
118 fput(filp_epoll); in kcmp_epoll_target()