Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 7 of 7) sorted by relevance

/kernel/bpf/
Dbpf_struct_ops.c196 st_ops->value_type = btf_type_by_id(btf, in bpf_struct_ops_init()
372 err = check_zero_holes(st_ops->value_type, value); in bpf_struct_ops_map_update_elem()
609 vt = st_ops->value_type; in bpf_struct_ops_map_alloc()
Dbloom_filter.c190 const struct btf_type *value_type) in bloom_map_check_btf() argument
Dsyscall.c906 const struct btf_type *value_type) in map_check_no_btf() argument
992 const struct btf_type *key_type, *value_type; in map_check_btf() local
1007 value_type = btf_type_id_size(btf, &btf_value_id, &value_size); in map_check_btf()
1008 if (!value_type || value_size != map->value_size) in map_check_btf()
1011 map->spin_lock_off = btf_find_spin_lock(btf, value_type); in map_check_btf()
1032 map->timer_off = btf_find_timer(btf, value_type); in map_check_btf()
1042 map->kptr_off_tab = btf_parse_kptrs(btf, value_type); in map_check_btf()
1062 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
Dbpf_local_storage.c654 const struct btf_type *value_type) in bpf_local_storage_map_check_btf() argument
Dlocal_storage.c359 const struct btf_type *value_type) in cgroup_storage_check_btf() argument
Dlpm_trie.c719 const struct btf_type *value_type) in trie_check_btf() argument
Darraymap.c500 const struct btf_type *value_type) in array_map_check_btf() argument
510 if (BTF_INFO_KIND(value_type->info) != BTF_KIND_DATASEC) in array_map_check_btf()