Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 23 of 23) sorted by relevance

/kernel/
Dpid.c524 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
Dnsproxy.c527 SYSCALL_DEFINE2(setns, int, fd, int, flags) in SYSCALL_DEFINE2() argument
Dwatch_queue.c666 struct watch_queue *get_watch_queue(int fd) in get_watch_queue()
Duid16.c33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
Dtaskstats.c392 u32 fd; in cgroupstats_user_cmd() local
Dseccomp.c123 int fd; member
1052 int fd; in seccomp_handle_addfd() local
Dfork.c3095 struct files_struct *fd = current->files; in unshare_fd() local
3119 struct files_struct *fd, *new_fd = NULL; in ksys_unshare() local
Daudit.h188 int fd; member
Dauditsc.c2594 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
Dsys.c1877 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
Dmodule.c4277 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
/kernel/bpf/
Dbpf_inode_storage.c107 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
Dbpf_task_storage.c122 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
Dtask_iter.c134 u32 fd; member
226 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
Dcpumap.c408 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
Dreuseport_array.c250 int err, fd; in bpf_fd_reuseport_array_update_elem() local
Darraymap.c845 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()
Dsyscall.c2560 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
Dbpf_iter.c629 int err, fd; in bpf_iter_new_fd() local
Dbtf.c5907 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd()
5992 int fd; in btf_get_fd_by_id() local
Dverifier.c11781 u32 fd; in resolve_pseudo_ldimm64() local
/kernel/events/
Dcore.c982 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/
Dcgroup.c6673 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()