Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c7727 int cache_size) in __print_cand_cache() argument
7732 for (i = 0; i < cache_size; i++) { in __print_cand_cache()
7764 int cache_size) in check_cand_cache() argument
7766 struct bpf_cand_cache *cc = cache[hash_cands(cands) % cache_size]; in check_cand_cache()
7781 int cache_size) in populate_cand_cache() argument
7783 struct bpf_cand_cache **cc = &cache[hash_cands(cands) % cache_size], *new_cands; in populate_cand_cache()
7809 int cache_size) in __purge_cand_cache() argument
7814 for (i = 0; i < cache_size; i++) { in __purge_cand_cache()