Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c7721 static struct bpf_cand_cache *module_cand_cache[MODULE_CAND_CACHE_SIZE]; variable
7752 __print_cand_cache(log, module_cand_cache, MODULE_CAND_CACHE_SIZE); in print_cand_cache()
7843 __purge_cand_cache(btf, module_cand_cache, MODULE_CAND_CACHE_SIZE); in purge_cand_cache()
7955 cc = check_cand_cache(cands, module_cand_cache, MODULE_CAND_CACHE_SIZE); in bpf_core_find_cands()
7982 return populate_cand_cache(cands, module_cand_cache, MODULE_CAND_CACHE_SIZE); in bpf_core_find_cands()