Lines Matching defs:cands
1284 struct bpf_core_cand_list *cands,1337 for (i = 0, j = 0; i < cands->len; i++) {1338 err = bpf_core_spec_match(local_spec, cands->cands[i].btf,1339 cands->cands[i].id, cand_spec);1384 cands->cands[j++] = cands->cands[i];1396 cands->len = j;