Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c7700 } cands[]; member
7703 static void bpf_free_cands(struct bpf_cand_cache *cands) in bpf_free_cands() argument
7705 if (!cands->cnt) in bpf_free_cands()
7708 kfree(cands); in bpf_free_cands()
7711 static void bpf_free_cands_from_cache(struct bpf_cand_cache *cands) in bpf_free_cands_from_cache() argument
7713 kfree(cands->name); in bpf_free_cands_from_cache()
7714 kfree(cands); in bpf_free_cands_from_cache()
7738 bpf_log(log, "%d", cc->cands[j].id); in __print_cand_cache()
7757 static u32 hash_cands(struct bpf_cand_cache *cands) in hash_cands() argument
7759 return jhash(cands->name, cands->name_len, 0); in hash_cands()
[all …]