Home
last modified time | relevance | path

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

12

/kernel/
A Dpid.c541 struct pid *pidfd_get_pid(unsigned int fd, unsigned int *flags) in pidfd_get_pid()
543 CLASS(fd, f)(fd); in pidfd_get_pid() local
646 int fd; in SYSCALL_DEFINE2() local
828 static struct file *__pidfd_fget(struct task_struct *task, int fd) in __pidfd_fget()
866 static int pidfd_getfd(struct pid *pid, int fd) in pidfd_getfd()
903 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, in SYSCALL_DEFINE3() argument
912 CLASS(fd, f)(pidfd); in SYSCALL_DEFINE3() local
A Dnsproxy.c536 SYSCALL_DEFINE2(setns, int, fd, int, flags) in SYSCALL_DEFINE2() argument
538 CLASS(fd, f)(fd); in SYSCALL_DEFINE2() local
A Dwatch_queue.c670 struct watch_queue *get_watch_queue(int fd) in get_watch_queue()
674 CLASS(fd, f)(fd); in get_watch_queue() local
A Dtaskstats.c413 u32 fd; in cgroupstats_user_cmd() local
420 CLASS(fd, f)(fd); in cgroupstats_user_cmd() local
A Duid16.c33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
A Dseccomp.c122 int fd; member
1107 int fd; in seccomp_handle_addfd() local
A Dsys.c1948 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
1950 CLASS(fd, exe)(fd); in prctl_set_mm_exe_file() local
A Daudit.h195 int fd; member
A Dauditsc.c2848 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
A Dfork.c3056 struct files_struct *fd = current->files; in unshare_fd() local
/kernel/bpf/
A Dmap_in_map.c14 CLASS(fd, f)(inner_map_ufd); in bpf_map_meta_alloc() local
99 CLASS(fd, f)(ufd); in bpf_map_fd_get_ptr() local
A Dbpf_cgrp_storage.c81 int fd; in bpf_cgrp_storage_lookup_elem() local
100 int fd; in bpf_cgrp_storage_update_elem() local
130 int err, fd; in bpf_cgrp_storage_delete_elem() local
A Dbpf_task_storage.c94 int fd, err; in bpf_pid_task_storage_lookup_elem() local
128 int fd, err; in bpf_pid_task_storage_update_elem() local
182 int fd, err; in bpf_pid_task_storage_delete_elem() local
A Dtoken.c122 int err, fd; in bpf_token_create() local
238 CLASS(fd, f)(ufd); in bpf_token_get_from_fd() local
A Dsyscall.c1586 CLASS(fd, f)(ufd); in bpf_map_get() local
1598 CLASS(fd, f)(ufd); in bpf_map_get_with_uref() local
2549 CLASS(fd, f)(ufd); in __bpf_prog_get() local
3322 int fd, id; in bpf_link_prime() local
3372 CLASS(fd, f)(ufd); in bpf_link_get_from_fd() local
4172 int fd; in bpf_raw_tracepoint_open() local
4685 int fd; in bpf_prog_get_fd_by_id() local
4711 int fd; in bpf_map_get_fd_by_id() local
5399 u32 fd = attr->task_fd_query.fd; in bpf_task_fd_query() local
5791 int fd; in bpf_link_get_fd_by_id() local
[all …]
A Dcpumap.c409 struct bpf_map *map, int fd) in __cpu_map_load_bpf_program()
433 int numa, err, i, fd = value->bpf_prog.fd; in __cpu_map_entry_alloc() local
A Dreuseport_array.c241 int err, fd; in bpf_fd_reuseport_array_update_elem() local
A Dcgroup_iter.c198 int fd = linfo->cgroup.cgroup_fd; in bpf_iter_attach_cgroup() local
A Darraymap.c940 struct file *map_file, int fd) in prog_fd_array_get_ptr()
1241 struct file *map_file, int fd) in perf_event_fd_array_get_ptr()
1317 int fd) in cgroup_fd_array_get_ptr()
A Dtask_iter.c254 u32 fd; member
340 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
A Dbpf_iter.c639 int err, fd; in bpf_iter_new_fd() local
/kernel/bpf/preload/iterators/
A Diterators.lskel-little-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach() local
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach() local
A Diterators.lskel-big-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach() local
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach() local
/kernel/module/
A Dmain.c3723 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
3736 CLASS(fd, f)(fd); in SYSCALL_DEFINE3() local
/kernel/events/
A Dcore.c1027 static inline int perf_cgroup_connect(int fd, struct perf_event *event, in perf_cgroup_connect()
1033 CLASS(fd, f)(fd); in perf_cgroup_connect() local
6349 CLASS(fd, output)(arg); // arg == -1 => empty in _perf_ioctl() local
7178 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync()
13438 CLASS(fd, group)(group_fd); // group_fd == -1 => empty in SYSCALL_DEFINE5() local
14197 struct file *perf_event_get(unsigned int fd) in perf_event_get()

Completed in 96 milliseconds

12