Searched refs:task_lookup_next_fdget_rcu (Results 1 - 5 of 5) sorted by last modified time

/linux-master/kernel/bpf/
H A Dtask_iter.c291 f = task_lookup_next_fdget_rcu(curr_task, &curr_fd);
/linux-master/fs/gfs2/
H A Dglock.c2759 i->file = task_lookup_next_fdget_rcu(i->task, &i->fd);
/linux-master/include/linux/
H A Dfdtable.h108 struct file *task_lookup_next_fdget_rcu(struct task_struct *task, unsigned int *fd);
/linux-master/fs/
H A Dfile.c1093 struct file *task_lookup_next_fdget_rcu(struct task_struct *task, unsigned int *ret_fd) function
1113 EXPORT_SYMBOL(task_lookup_next_fdget_rcu); variable
/linux-master/fs/proc/
H A Dfd.c264 f = task_lookup_next_fdget_rcu(p, &fd);

Completed in 337 milliseconds