Searched defs:fd (Results 1 – 17 of 17) sorted by relevance
/kernel/ |
D | pid.c | 472 int fd; in pidfd_create() local 500 int fd, ret; in SYSCALL_DEFINE2() local
|
D | nsproxy.c | 233 SYSCALL_DEFINE2(setns, int, fd, int, nstype) in SYSCALL_DEFINE2() argument
|
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 | 396 u32 fd; in cgroupstats_user_cmd() local
|
D | fork.c | 2802 struct files_struct *fd = current->files; in unshare_fd() local 2826 struct files_struct *fd, *new_fd = NULL; in ksys_unshare() local
|
D | exit.c | 1473 static struct pid *pidfd_get_pid(unsigned int fd) in pidfd_get_pid()
|
D | audit.h | 185 int fd; member
|
D | auditsc.c | 2495 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
|
D | sys.c | 1814 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
|
D | module.c | 4005 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
|
/kernel/bpf/ |
D | arraymap.c | 569 struct file *map_file, int fd) in prog_fd_array_get_ptr() 672 struct file *map_file, int fd) in perf_event_fd_array_get_ptr() 734 int fd) in cgroup_fd_array_get_ptr()
|
D | reuseport_array.c | 256 int err, fd; in bpf_fd_reuseport_array_update_elem() local
|
D | xskmap.c | 220 u32 i = *(u32 *)key, fd = *(u32 *)value; in xsk_map_update_elem() local
|
D | syscall.c | 2160 int fd; in bpf_prog_get_fd_by_id() local 2193 int fd; in bpf_map_get_fd_by_id() local 2764 u32 fd = attr->task_fd_query.fd; in bpf_task_fd_query() local
|
D | btf.c | 3436 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() 3492 int fd; in btf_get_fd_by_id() local
|
/kernel/events/ |
D | core.c | 894 static inline int perf_cgroup_connect(int fd, struct perf_event *event, in perf_cgroup_connect() 5145 static inline int perf_fget_light(int fd, struct fd *p) in perf_fget_light() 5924 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync() 11764 struct file *perf_event_get(unsigned int fd) in perf_event_get()
|
/kernel/cgroup/ |
D | cgroup.c | 6274 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()
|