Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dsyscall.c1274 …ric_map_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) in generic_map_delete_batch()
1328 …ric_map_update_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) in generic_map_update_batch()
1392 …ric_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) in generic_map_lookup_batch()
2147 static int bpf_prog_load(union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_load()
3104 static int bpf_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_query()
3153 static int bpf_prog_test_run(const union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_test_run()
3185 static int bpf_obj_get_next_id(const union bpf_attr *attr, union bpf_attr __user *uattr, struct idr… in bpf_obj_get_next_id()
3460 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd()
3750 union bpf_attr __user *uattr) in bpf_map_get_info_by_fd()
3794 union bpf_attr __user *uattr) in bpf_btf_get_info_by_fd()
[all …]
Dverifier.c8552 …ck_btf_func(struct bpf_verifier_env *env, const union bpf_attr *attr, union bpf_attr __user *uattr) in check_btf_func()
8695 …ck_btf_line(struct bpf_verifier_env *env, const union bpf_attr *attr, union bpf_attr __user *uattr) in check_btf_line()
8812 …ck_btf_info(struct bpf_verifier_env *env, const union bpf_attr *attr, union bpf_attr __user *uattr) in check_btf_info()
12147 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_check()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h1591 union bpf_attr __user *uattr) in bpf_prog_test_run_xdp()
1597 union bpf_attr __user *uattr) in bpf_prog_test_run_skb()
1603 union bpf_attr __user *uattr) in bpf_prog_test_run_tracing()
1609 union bpf_attr __user *uattr) in bpf_prog_test_run_flow_dissector()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dcore.c6129 static int sched_copy_attr(struct sched_attr __user *uattr, in sched_copy_attr()
6219 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3() argument
6343 static int sched_attr_copy_to_user(struct sched_attr __user *uattr, in sched_attr_copy_to_user()
6382 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE4() argument