Searched refs:explored_states (Results 1 – 2 of 2) sorted by relevance
931 struct list_head *explored_states; member
1695 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in bpf_explored_state()19252 if (!env->explored_states) in free_states()19256 head = &env->explored_states[i]; in free_states()19263 INIT_LIST_HEAD(&env->explored_states[i]); in free_states()21076 env->explored_states = kvzalloc_objs(struct list_head, in bpf_check()21080 if (!env->explored_states) in bpf_check()21084 INIT_LIST_HEAD(&env->explored_states[i]); in bpf_check()21169 kvfree(env->explored_states); in bpf_check()