Home
last modified time | relevance | path

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

/kernel/bpf/
Darraymap.c418 const struct btf_type *value_type) in array_map_check_btf() argument
428 if (BTF_INFO_KIND(value_type->info) != BTF_KIND_DATASEC) in array_map_check_btf()
Dsyscall.c496 const struct btf_type *value_type) in map_check_no_btf() argument
504 const struct btf_type *key_type, *value_type; in map_check_btf() local
519 value_type = btf_type_id_size(btf, &btf_value_id, &value_size); in map_check_btf()
520 if (!value_type || value_size != map->value_size) in map_check_btf()
523 map->spin_lock_off = btf_find_spin_lock(btf, value_type); in map_check_btf()
543 ret = map->ops->map_check_btf(map, btf, key_type, value_type); in map_check_btf()
Dlpm_trie.c731 const struct btf_type *value_type) in trie_check_btf() argument
Dlocal_storage.c336 const struct btf_type *value_type) in cgroup_storage_check_btf() argument