/kernel/ |
D | pid.c | 524 struct pid *pidfd_get_pid(unsigned int fd, unsigned int *flags) in pidfd_get_pid() 561 int fd; in pidfd_create() local 595 int fd; in SYSCALL_DEFINE2() local 632 static struct file *__pidfd_fget(struct task_struct *task, int fd) in __pidfd_fget() 651 static int pidfd_getfd(struct pid *pid, int fd) in pidfd_getfd() 688 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, in SYSCALL_DEFINE3() argument
|
D | nsproxy.c | 527 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 | seccomp.c | 123 int fd; member 1052 int fd; in seccomp_handle_addfd() local
|
D | fork.c | 3095 struct files_struct *fd = current->files; in unshare_fd() local 3119 struct files_struct *fd, *new_fd = NULL; in ksys_unshare() local
|
D | audit.h | 188 int fd; member
|
D | auditsc.c | 2594 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
|
D | sys.c | 1877 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
|
D | module.c | 4277 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 | bpf_task_storage.c | 122 int fd, err; in bpf_pid_task_storage_lookup_elem() local 156 int fd, err; in bpf_pid_task_storage_update_elem() local 202 int fd, err; in bpf_pid_task_storage_delete_elem() local
|
D | task_iter.c | 134 u32 fd; member 226 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
|
D | cpumap.c | 408 static int __cpu_map_load_bpf_program(struct bpf_cpu_map_entry *rcpu, int fd) in __cpu_map_load_bpf_program() 431 int numa, err, i, fd = value->bpf_prog.fd; in __cpu_map_entry_alloc() local
|
D | reuseport_array.c | 250 int err, fd; in bpf_fd_reuseport_array_update_elem() local
|
D | arraymap.c | 845 struct file *map_file, int fd) in prog_fd_array_get_ptr() 1126 struct file *map_file, int fd) in perf_event_fd_array_get_ptr() 1202 int fd) in cgroup_fd_array_get_ptr()
|
D | syscall.c | 2560 int fd, id; in bpf_link_prime() local 3443 int fd; in bpf_prog_get_fd_by_id() local 3469 int fd; in bpf_map_get_fd_by_id() local 4103 u32 fd = attr->task_fd_query.fd; in bpf_task_fd_query() local 4431 int fd; in bpf_link_get_fd_by_id() local 4466 int fd; in bpf_enable_runtime_stats() local 4785 BPF_CALL_1(bpf_sys_close, u32, fd) in BPF_CALL_1() argument
|
D | bpf_iter.c | 629 int err, fd; in bpf_iter_new_fd() local
|
D | btf.c | 5907 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() 5992 int fd; in btf_get_fd_by_id() local
|
D | verifier.c | 11781 u32 fd; in resolve_pseudo_ldimm64() local
|
/kernel/events/ |
D | core.c | 982 static inline int perf_cgroup_connect(int fd, struct perf_event *event, in perf_cgroup_connect() 5747 static inline int perf_fget_light(int fd, struct fd *p) in perf_fget_light() 6546 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync() 13127 struct file *perf_event_get(unsigned int fd) in perf_event_get()
|
/kernel/cgroup/ |
D | cgroup.c | 6673 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()
|