Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c8870 static u32 hash_cands(struct bpf_cand_cache *cands) in hash_cands() function
8879 struct bpf_cand_cache *cc = cache[hash_cands(cands) % cache_size]; in check_cand_cache()
8896 struct bpf_cand_cache **cc = &cache[hash_cands(cands) % cache_size], *new_cands; in populate_cand_cache()