Home
last modified time | relevance | path

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

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