Home
last modified time | relevance | path

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

/kernel/
Dpid.c472 int fd; in pidfd_create() local
500 int fd, ret; in SYSCALL_DEFINE2() local
Dnsproxy.c233 SYSCALL_DEFINE2(setns, int, fd, int, nstype) in SYSCALL_DEFINE2() argument
Duid16.c33 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
Dtaskstats.c396 u32 fd; in cgroupstats_user_cmd() local
Dfork.c2802 struct files_struct *fd = current->files; in unshare_fd() local
2826 struct files_struct *fd, *new_fd = NULL; in ksys_unshare() local
Dexit.c1473 static struct pid *pidfd_get_pid(unsigned int fd) in pidfd_get_pid()
Daudit.h185 int fd; member
Dauditsc.c2495 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
Dsys.c1814 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
Dmodule.c4005 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
/kernel/bpf/
Darraymap.c569 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()
Dreuseport_array.c256 int err, fd; in bpf_fd_reuseport_array_update_elem() local
Dxskmap.c220 u32 i = *(u32 *)key, fd = *(u32 *)value; in xsk_map_update_elem() local
Dsyscall.c2160 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
Dbtf.c3436 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/
Dcore.c894 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/
Dcgroup.c6274 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()