Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c9409 static struct bpf_cand_cache *populate_cand_cache(struct bpf_cand_cache *cands, in bpf_core_find_cands()
9575 cc = populate_cand_cache(cands, vmlinux_cand_cache, VMLINUX_CAND_CACHE_SIZE); in btf_nested_type_is_trusted()
9612 return populate_cand_cache(cands, module_cand_cache, MODULE_CAND_CACHE_SIZE); in btf_nested_type_is_trusted()
9289 static struct bpf_cand_cache *populate_cand_cache(struct bpf_cand_cache *cands, populate_cand_cache() function