Searched defs:uattr (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/net/bpf/ |
D | test_run.c | 62 union bpf_attr __user *uattr, const void *data, in bpf_test_finish() 102 union bpf_attr __user *uattr) in bpf_prog_test_run_skb() 170 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp()
|
/Linux-v4.19/kernel/bpf/ |
D | syscall.c | 1702 union bpf_attr __user *uattr) in bpf_prog_query() 1738 union bpf_attr __user *uattr) in bpf_prog_test_run() 1762 union bpf_attr __user *uattr, in bpf_obj_get_next_id() 1920 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd() 2097 union bpf_attr __user *uattr) in bpf_map_get_info_by_fd() 2138 union bpf_attr __user *uattr) in bpf_btf_get_info_by_fd() 2154 union bpf_attr __user *uattr) in bpf_obj_get_info_by_fd() 2209 union bpf_attr __user *uattr, in bpf_task_fd_query_copy() 2258 union bpf_attr __user *uattr) in bpf_task_fd_query() 2334 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument
|
D | cgroup.c | 407 union bpf_attr __user *uattr) in __cgroup_bpf_query() 490 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
D | btf.c | 2307 union bpf_attr __user *uattr) in btf_get_info_by_fd()
|
/Linux-v4.19/include/linux/ |
D | bpf_lirc.h | 24 union bpf_attr __user *uattr) in lirc_prog_query()
|
D | bpf-cgroup.h | 263 union bpf_attr __user *uattr) in cgroup_bpf_prog_query()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 135 static bool uverbs_is_attr_cleared(const struct ib_uverbs_attr *uattr, in uverbs_is_attr_cleared() 148 struct ib_uverbs_attr *uattr, u32 attr_bkey) in uverbs_process_attr() 285 struct ib_uverbs_attr *uattr) in uverbs_set_attr()
|
D | uverbs_std_types_counters.c | 88 const struct uverbs_attr *uattr; in UVERBS_HANDLER() local
|
/Linux-v4.19/drivers/media/rc/ |
D | bpf-lirc.c | 260 int lirc_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in lirc_prog_query()
|
/Linux-v4.19/ipc/ |
D | mqueue.c | 1380 const struct compat_mq_attr __user *uattr) in get_compat_mq_attr() 1396 struct compat_mq_attr __user *uattr) in put_compat_mq_attr()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 4449 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 4550 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument 4648 static int sched_read_attr(struct sched_attr __user *uattr, in sched_read_attr() 4691 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
|
/Linux-v4.19/kernel/cgroup/ |
D | cgroup.c | 5913 union bpf_attr __user *uattr) in cgroup_bpf_query()
|
/Linux-v4.19/kernel/events/ |
D | core.c | 10103 static int perf_copy_attr(struct perf_event_attr __user *uattr, in perf_copy_attr()
|