Home
last modified time | relevance | path

Searched defs:ufd (Results 1 – 16 of 16) sorted by relevance

/linux/fs/
H A Dsignalfd.c251 static int do_signalfd4(int ufd, sigset_t *mask, int flags) in do_signalfd4()
299 SYSCALL_DEFINE4(signalfd4, int, ufd, sigset_t __user *, user_mask, in SYSCALL_DEFINE4() argument
311 SYSCALL_DEFINE3(signalfd, int, ufd, sigset_t __user *, user_mask, in SYSCALL_DEFINE3() argument
324 static long do_compat_signalfd4(int ufd, in do_compat_signalfd4()
337 COMPAT_SYSCALL_DEFINE4(signalfd4, int, ufd, in COMPAT_SYSCALL_DEFINE4() argument
345 COMPAT_SYSCALL_DEFINE3(signalfd, int, ufd, in COMPAT_SYSCALL_DEFINE3() argument
/linux/tools/testing/selftests/mm/
H A Duffd-common.c402 wp_range(int ufd,__u64 start,__u64 len,bool wp) wp_range() argument
416 continue_range(int ufd,__u64 start,__u64 len,bool wp) continue_range() argument
615 wake_range(int ufd,unsigned long addr,unsigned long len) wake_range() argument
/linux/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c40 struct pollfd ufd; in main() local
/linux/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c51 struct pollfd ufd; main() local
/linux/kernel/bpf/
H A Dtoken.c220 struct bpf_token *bpf_token_get_from_fd(u32 ufd) in bpf_token_get_from_fd()
H A Dsyscall.c1709 struct bpf_map *bpf_map_get(u32 ufd) in bpf_map_get()
1721 struct bpf_map *bpf_map_get_with_uref(u32 ufd) in bpf_map_get_with_uref()
2665 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type, in __bpf_prog_get()
2684 struct bpf_prog *bpf_prog_get(u32 ufd) in bpf_prog_get()
2689 struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type, in bpf_prog_get_type_dev()
3552 struct bpf_link *bpf_link_get_from_fd(u32 ufd) in bpf_link_get_from_fd()
H A Darraymap.c963 u32 index = *(u32 *)key, ufd; in bpf_fd_array_map_update_elem() local
/linux/net/core/
H A Dscm.c354 int scm_recv_one_fd(struct file *f, int __user *ufd, unsigned int flags, in scm_recv_one_fd()
H A Dsock.c1480 u32 ufd; in sk_setsockopt() local
1501 u32 ufd; in sk_setsockopt() local
H A Dsock_map.c564 u64 ufd; in sock_map_update_elem_sys() local
H A Dfilter.c1590 static struct bpf_prog *__get_bpf(u32 ufd, struct sock *sk) in __get_bpf()
1598 int sk_attach_bpf(u32 ufd, struct sock *sk) in sk_attach_bpf()
1615 int sk_reuseport_attach_bpf(u32 ufd, struct sock *sk) in sk_reuseport_attach_bpf()
/linux/tools/perf/
H A Dbuiltin-probe.c442 int ret, ret2, ufd = -1, kfd = -1; in perf_del_probe_events() local
/linux/include/uapi/linux/
H A Duserfaultfd.h125 __u32 ufd; global() member
/linux/tools/perf/util/
H A Dprobe-file.c153 int probe_file__open_both(int *kfd, int *ufd, int flag) in probe_file__open_both() argument
/linux/include/linux/
H A Dbpf.h3274 static inline struct bpf_prog *bpf_prog_get(u32 ufd) in bpf_prog_get()
3279 static inline struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, in bpf_prog_get_type_dev()
3372 static inline struct bpf_token *bpf_token_get_from_fd(u32 ufd) in bpf_token_get_from_fd()
3586 static inline struct bpf_prog *bpf_prog_get_type(u32 ufd, in bpf_prog_get_type()
/linux/tools/tracing/latency/
H A Dlatency-collector.c1639 int ufd; in start_printthread() local