Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfdtable.h112 struct file *task_lookup_fd_rcu(struct task_struct *task, unsigned int fd);
/openbmc/linux/kernel/
H A Dkcmp.c67 file = task_lookup_fd_rcu(task, idx); in get_file_raw_ptr()
/openbmc/linux/fs/proc/
H A Dfd.c122 file = task_lookup_fd_rcu(task, fd); in tid_fd_mode()
/openbmc/linux/fs/
H A Dfile.c921 struct file *task_lookup_fd_rcu(struct task_struct *task, unsigned int fd) in task_lookup_fd_rcu() function