Searched refs:cands (Results 1 – 1 of 1) sorted by relevance
7700 } cands[]; member7703 static void bpf_free_cands(struct bpf_cand_cache *cands) in bpf_free_cands() argument7705 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() argument7713 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() argument7759 return jhash(cands->name, cands->name_len, 0); in hash_cands()[all …]