Searched defs:ufd (Results 1 - 25 of 26) sorted by path

12

/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c337 asmlinkage long parisc_signalfd4(int ufd, sigset_t __user *user_mask, argument
345 asmlinkage long parisc_compat_signalfd4(int ufd, argument
/linux-master/fs/
H A Dfile.c1313 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags) argument
H A Dsignalfd.c251 static int do_signalfd4(int ufd, sigset_t *mask, int flags) argument
339 do_compat_signalfd4(int ufd, const compat_sigset_t __user *user_mask, compat_size_t sigsetsize, int flags) argument
[all...]
H A Dtimerfd.c412 int ufd; local
470 static int do_timerfd_settime(int ufd, int flags, argument
542 static int do_timerfd_gettime(int ufd, struc argument
[all...]
/linux-master/include/linux/
H A Dbpf.h2648 static inline struct bpf_prog *bpf_prog_get(u32 ufd) argument
2653 static inline struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, argument
2729 static inline struct bpf_token *bpf_token_get_from_fd(u32 ufd) argument
2932 bpf_prog_get_type(u32 ufd, enum bpf_prog_type type) argument
[all...]
/linux-master/include/net/
H A Dscm.h223 static inline int scm_recv_one_fd(struct file *f, int __user *ufd, argument
/linux-master/include/uapi/linux/
H A Duserfaultfd.h125 __u32 ufd; member in struct:uffd_msg::__anon644::__anon647
/linux-master/kernel/bpf/
H A Darraymap.c885 u32 index = *(u32 *)key, ufd; local
H A Dhashtab.c2555 u32 ufd = *(u32 *)value; local
H A Dinode.c71 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) argument
478 int bpf_obj_pin_user(u32 ufd, int path_fd, const char __user *pathname) argument
H A Dmap_in_map.c108 bpf_map_fd_get_ptr(struct bpf_map *map, struct file *map_file , int ufd) argument
H A Dsyscall.c1449 struct bpf_map *bpf_map_get(u32 ufd) argument
1465 struct bpf_map *bpf_map_get_with_uref(u32 ufd) argument
1540 int ufd = attr->map_fd; local
1615 int ufd = attr->map_fd; local
1672 int ufd = attr->map_fd; local
1729 int ufd = attr->map_fd; local
2014 int ufd = attr->map_fd; local
2105 int err = 0, ufd = attr->map_fd; local
2474 __bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type, bool attach_drv) argument
2494 bpf_prog_get(u32 ufd) argument
2499 bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type, bool attach_drv) argument
3235 bpf_link_get_from_fd(u32 ufd) argument
4955 int ufd = attr->info.bpf_fd; local
5169 int err, ufd; local
[all...]
H A Dtoken.c233 struct bpf_token *bpf_token_get_from_fd(u32 ufd) argument
/linux-master/net/core/
H A Dfilter.c1574 static struct bpf_prog *__get_bpf(u32 ufd, struct sock *sk) argument
1582 int sk_attach_bpf(u32 ufd, struct sock *sk) argument
1599 int sk_reuseport_attach_bpf(u32 ufd, struct sock *sk) argument
H A Dsock.c1378 u32 ufd; local
1399 u32 ufd; local
H A Dsock_map.c70 u32 ufd = attr->target_fd; local
91 u32 ufd = attr->target_fd; local
568 u64 ufd; local
1559 u32 prog_cnt = 0, flags = 0, ufd local
[all...]
/linux-master/tools/include/uapi/linux/
H A Duserfaultfd.h125 __u32 ufd; member in struct:uffd_msg::__anon607::__anon610
/linux-master/tools/perf/
H A Dbuiltin-probe.c443 int ret, ret2, ufd = -1, kfd = -1; local
/linux-master/tools/perf/util/
H A Dprobe-event.c3728 int ret, ret2, ufd = -1, kfd = -1; local
H A Dprobe-file.c152 int probe_file__open_both(int *kfd, int *ufd, int flag) argument
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c378 void wp_range(int ufd, __u64 start, __u64 len, bool wp) argument
392 static void continue_range(int ufd, __u64 start, __u64 len, bool wp) argument
419 int uffd_read_msg(int ufd, struct uffd_msg *msg) argument
571 static void retry_copy_page(int ufd, struct uffdio_copy *uffdio_copy, argument
588 static void wake_range(int ufd, unsigne argument
600 __copy_page(int ufd, unsigned long offset, bool retry, bool wp) argument
632 copy_page(int ufd, unsigned long offset, bool wp) argument
637 move_page(int ufd, unsigned long offset, unsigned long len) argument
[all...]
H A Duffd-stress.c123 static int copy_page_retry(int ufd, unsigned long offset) argument
H A Duffd-unit-tests.c882 static void retry_uffdio_zeropage(int ufd, argument
898 static bool do_uffdio_zeropage(int ufd, bool has_zeropage) argument
/linux-master/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c40 struct pollfd ufd; local
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c51 struct pollfd ufd; local

Completed in 668 milliseconds

12