Home
last modified time | relevance | path

Searched defs:ufd (Results 1 – 17 of 17) 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
H A Dtimerfd.c443 static int do_timerfd_settime(int ufd, int flags, in do_timerfd_settime()
515 static int do_timerfd_gettime(int ufd, struct itimerspec64 *t) in do_timerfd_gettime()
548 SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags, in SYSCALL_DEFINE4() argument
566 SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct __kernel_itimerspec __user *, otmr) in SYSCALL_DEFINE2() argument
576 SYSCALL_DEFINE4(timerfd_settime32, int, ufd, int, flags, in SYSCALL_DEFINE4() argument
593 SYSCALL_DEFINE2(timerfd_gettime32, int, ufd, in SYSCALL_DEFINE2() argument
/linux/tools/testing/selftests/mm/
H A Duffd-common.c402 void wp_range(int ufd, __u64 start, __u64 len, bool wp) in wp_range()
416 static void continue_range(int ufd, __u64 start, __u64 len, bool wp) in continue_range()
615 static void wake_range(int ufd, unsigned long addr, unsigned long len) in wake_range()
/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 Dmap_in_map.c96 int ufd) in bpf_map_fd_get_ptr()
H A Dtoken.c220 struct bpf_token *bpf_token_get_from_fd(u32 ufd) in bpf_token_get_from_fd()
H A Dinode.c71 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj()
473 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname) in bpf_obj_pin_user()
H A Dsyscall.c1627 struct bpf_map *bpf_map_get(u32 ufd) in bpf_map_get()
1639 struct bpf_map *bpf_map_get_with_uref(u32 ufd) in bpf_map_get_with_uref()
2583 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type, in __bpf_prog_get()
2602 struct bpf_prog *bpf_prog_get(u32 ufd) in bpf_prog_get()
2607 struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type, in bpf_prog_get_type_dev()
3487 struct bpf_link *bpf_link_get_from_fd(u32 ufd) in bpf_link_get_from_fd()
H A Darraymap.c905 u32 index = *(u32 *)key, ufd; in bpf_fd_array_map_update_elem() local
/linux/include/net/
H A Dscm.h110 static inline int scm_recv_one_fd(struct file *f, int __user *ufd, in scm_recv_one_fd()
/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; 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.h3083 static inline struct bpf_prog *bpf_prog_get(u32 ufd) in bpf_prog_get()
3088 static inline struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, in bpf_prog_get_type_dev()
3175 static inline struct bpf_token *bpf_token_get_from_fd(u32 ufd) in bpf_token_get_from_fd()
3394 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
/linux/net/core/
H A Dfilter.c1586 static struct bpf_prog *__get_bpf(u32 ufd, struct sock *sk) in __get_bpf()
1594 int sk_attach_bpf(u32 ufd, struct sock *sk) in sk_attach_bpf()
1611 int sk_reuseport_attach_bpf(u32 ufd, struct sock *sk) in sk_reuseport_attach_bpf()