Searched refs:task_lookup_next_fd_rcu (Results 1 – 4 of 4) sorted by relevance
114 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *fd);
250 f = task_lookup_next_fd_rcu(p, &fd); in proc_readfd_common()
174 f = task_lookup_next_fd_rcu(curr_task, &curr_fd); in task_file_seq_get_next()
917 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *ret_fd) in task_lookup_next_fd_rcu() function