Home
last modified time | relevance | path

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

/kernel/
Dpid.c524 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
Dnsproxy.c532 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
Dfork.c2993 struct files_struct *fd = current->files; in unshare_fd() local
3017 struct files_struct *fd, *new_fd = NULL; in ksys_unshare() local
Daudit.h185 int fd; member
Dseccomp.c122 int fd; member
Dauditsc.c2591 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
Dsys.c1864 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
Dmodule.c4231 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
Dtask_iter.c135 u32 fd; member
243 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
Dcpumap.c395 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
Dreuseport_array.c258 int err, fd; in bpf_fd_reuseport_array_update_elem() local
Darraymap.c798 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()
Dsyscall.c2465 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
Dbpf_iter.c592 int err, fd; in bpf_iter_new_fd() local
Dbtf.c5482 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/
Dcore.c943 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/
Dcgroup.c6566 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()