Searched defs:uattr (Results 1 – 6 of 6) sorted by relevance
| /device/soc/telink/b91/hdf/uart/ |
| D | uart_tlsr9518.c | 27 uart_parity_e parity_from_uattr(struct UartAttribute uattr) in parity_from_uattr() 53 uart_stop_bit_e stopbit_from_uattr(struct UartAttribute uattr) in stopbit_from_uattr()
|
| D | uart_tlsr9518.h | 30 struct UartAttribute uattr; member
|
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| D | syscall.c | 1274 …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 …]
|
| D | verifier.c | 8552 …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/ |
| D | bpf.h | 1591 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/ |
| D | core.c | 6129 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
|