Home
last modified time | relevance | path

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

/kernel/bpf/
Darraymap.c411 struct file *map_file, int fd) in prog_fd_array_get_ptr()
494 struct file *map_file, int fd) in perf_event_fd_array_get_ptr()
580 int fd) in cgroup_fd_array_get_ptr()
/kernel/
Dnsproxy.c236 SYSCALL_DEFINE2(setns, int, fd, int, nstype) in SYSCALL_DEFINE2() argument
Duid16.c29 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument
Dfork.c2173 struct files_struct *fd = current->files; in unshare_fd() local
2197 struct files_struct *fd, *new_fd = NULL; in SYSCALL_DEFINE1() local
Dtaskstats.c401 u32 fd; in cgroupstats_user_cmd() local
Daudit.h196 int fd; member
Dauditsc.c2355 void __audit_mmap_fd(int fd, int flags) in __audit_mmap_fd()
Dsys.c1654 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file()
Dmodule.c3816 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
Dcgroup.c6279 struct cgroup *cgroup_get_from_fd(int fd) in cgroup_get_from_fd()
/kernel/time/
Dposix-clock.c85 static int posix_clock_fasync(int fd, struct file *fp, int on) in posix_clock_fasync()
/kernel/events/
Dcore.c810 static inline int perf_cgroup_connect(int fd, struct perf_event *event, in perf_cgroup_connect()
4615 static inline int perf_fget_light(int fd, struct fd *p) in perf_fget_light()
5354 static int perf_fasync(int fd, struct file *filp, int on) in perf_fasync()
10436 struct file *perf_event_get(unsigned int fd) in perf_event_get()