Home
last modified time | relevance | path

Searched defs:uattr (Results 1 – 3 of 3) sorted by relevance

/kernel/bpf/
Dsyscall.c1339 union bpf_attr __user *uattr) in bpf_prog_test_run()
1361 union bpf_attr __user *uattr, in bpf_obj_get_next_id()
1458 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd()
1515 union bpf_attr __user *uattr) in bpf_map_get_info_by_fd()
1545 union bpf_attr __user *uattr) in bpf_obj_get_info_by_fd()
1571 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument
/kernel/sched/
Dcore.c4406 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr()
4507 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
4605 static int sched_read_attr(struct sched_attr __user *uattr, in sched_read_attr()
4648 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument
/kernel/events/
Dcore.c9714 static int perf_copy_attr(struct perf_event_attr __user *uattr, in perf_copy_attr()