Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfile.h51 extern struct file *fget_task(struct task_struct *task, unsigned int fd);
/openbmc/linux/kernel/
H A Dkcmp.c113 filp_epoll = fget_task(task2, slot.efd); in kcmp_epoll_target()
H A Dpid.c679 file = fget_task(task, fd); in __pidfd_fget()
/openbmc/linux/fs/proc/
H A Dfd.c185 fd_file = fget_task(task, fd); in proc_fd_link()
/openbmc/linux/fs/
H A Dfile.c939 struct file *fget_task(struct task_struct *task, unsigned int fd) in fget_task() function
/openbmc/linux/kernel/bpf/
H A Dsyscall.c4870 file = fget_task(task, fd); in bpf_task_fd_query()