Searched refs:explored_states (Results 1 – 2 of 2) sorted by relevance
829 struct list_head *explored_states; member
1640 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in bpf_explored_state()18674 if (!env->explored_states) in free_states()18678 head = &env->explored_states[i]; in free_states()18685 INIT_LIST_HEAD(&env->explored_states[i]); in free_states()19996 env->explored_states = kvzalloc_objs(struct list_head, in bpf_check()20000 if (!env->explored_states) in bpf_check()20004 INIT_LIST_HEAD(&env->explored_states[i]); in bpf_check()20080 kvfree(env->explored_states); in bpf_check()