/kernel/ |
D | pid.c | 524 struct pid *pidfd_get_pid(unsigned int fd, unsigned int *flags) in pidfd_get_pid() 559 int fd; in pidfd_create() local 587 int fd; in SYSCALL_DEFINE2() local 627 static struct file *__pidfd_fget(struct task_struct *task, int fd) in __pidfd_fget() 646 static int pidfd_getfd(struct pid *pid, int fd) in pidfd_getfd() 683 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, in SYSCALL_DEFINE3() argument
|
D | nsproxy.c | 532 SYSCALL_DEFINE2(setns, int, fd, int, flags) in SYSCALL_DEFINE2() argument
|
D | watch_queue.c | 666 struct watch_queue *get_watch_queue(int fd) in get_watch_queue()
|
D | uid16.c | 33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
|
D | taskstats.c | 392 u32 fd; in cgroupstats_user_cmd() local
|
D | fork.c | 2993 struct files_struct *fd = current->files; in unshare_fd() local 3017 struct files_struct *fd, *new_fd = NULL; in ksys_unshare() local
|
D | audit.h | 185 int fd; member
|
D | seccomp.c | 122 int fd; member
|
D | auditsc.c | 2591 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
|
D | sys.c | 1864 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
|
D | module.c | 4231 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
|
/kernel/bpf/ |
D | bpf_inode_storage.c | 107 int fd; in bpf_fd_inode_storage_lookup_elem() local 124 int fd; in bpf_fd_inode_storage_update_elem() local 158 int fd, err; in bpf_fd_inode_storage_delete_elem() local
|
D | task_iter.c | 135 u32 fd; member 243 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
|
D | cpumap.c | 395 static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu, int fd) in __cpu_map_load_bpf_program() 417 int numa, err, i, fd = value->bpf_prog.fd; in __cpu_map_entry_alloc() local
|
D | reuseport_array.c | 258 int err, fd; in bpf_fd_reuseport_array_update_elem() local
|
D | arraymap.c | 798 struct file *map_file, int fd) in prog_fd_array_get_ptr() 1117 struct file *map_file, int fd) in perf_event_fd_array_get_ptr() 1193 int fd) in cgroup_fd_array_get_ptr()
|
D | syscall.c | 2465 int fd, id; in bpf_link_prime() local 3251 int fd; in bpf_prog_get_fd_by_id() local 3277 int fd; in bpf_map_get_fd_by_id() local 3910 u32 fd = attr->task_fd_query.fd; in bpf_task_fd_query() local 4233 int fd; in bpf_link_get_fd_by_id() local 4268 int fd; in bpf_enable_runtime_stats() local
|
D | bpf_iter.c | 592 int err, fd; in bpf_iter_new_fd() local
|
D | btf.c | 5482 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() 5539 int fd; in btf_get_fd_by_id() local
|
/kernel/events/ |
D | core.c | 943 static inline int perf_cgroup_connect(int fd, struct perf_event *event, in perf_cgroup_connect() 5540 static inline int perf_fget_light(int fd, struct fd *p) in perf_fget_light() 6338 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync() 12651 struct file *perf_event_get(unsigned int fd) in perf_event_get()
|
/kernel/cgroup/ |
D | cgroup.c | 6566 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()
|