Searched refs:scc_info (Results 1 – 3 of 3) sorted by relevance
870 env->scc_info = kvzalloc_objs(*env->scc_info, next_scc_id, in bpf_compute_scc()872 if (!env->scc_info) { in bpf_compute_scc()
18665 info = env->scc_info[i]; in free_states()18671 env->scc_info[i] = NULL; in free_states()20213 kvfree(env->scc_info); in bpf_check()
922 struct bpf_scc_info **scc_info; member