| /linux/fs/ |
| H A D | signalfd.c | 251 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 D | uffd-common.c | 402 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 D | power_floor_test.c | 40 struct pollfd ufd; in main() local
|
| /linux/tools/testing/selftests/thermal/intel/workload_hint/ |
| H A D | workload_hint_test.c | 51 struct pollfd ufd; main() local
|
| /linux/kernel/bpf/ |
| H A D | token.c | 220 struct bpf_token *bpf_token_get_from_fd(u32 ufd) in bpf_token_get_from_fd()
|
| H A D | syscall.c | 1709 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 D | arraymap.c | 963 u32 index = *(u32 *)key, ufd; in bpf_fd_array_map_update_elem() local
|
| /linux/net/core/ |
| H A D | scm.c | 354 int scm_recv_one_fd(struct file *f, int __user *ufd, unsigned int flags, in scm_recv_one_fd()
|
| H A D | sock.c | 1480 u32 ufd; in sk_setsockopt() local 1501 u32 ufd; in sk_setsockopt() local
|
| H A D | sock_map.c | 564 u64 ufd; in sock_map_update_elem_sys() local
|
| H A D | filter.c | 1590 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 D | builtin-probe.c | 442 int ret, ret2, ufd = -1, kfd = -1; in perf_del_probe_events() local
|
| /linux/include/uapi/linux/ |
| H A D | userfaultfd.h | 125 __u32 ufd; global() member
|
| /linux/tools/perf/util/ |
| H A D | probe-file.c | 153 int probe_file__open_both(int *kfd, int *ufd, int flag) in probe_file__open_both() argument
|
| /linux/include/linux/ |
| H A D | bpf.h | 3274 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 D | latency-collector.c | 1639 int ufd; in start_printthread() local
|