Home
last modified time | relevance | path

Searched refs:states_equal (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/Documentation/bpf/
Dverifier.rst317 This is implemented in states_equal().
541 called from ``states_equal()`` when a state cache entry is considered for
/Linux-v6.6/kernel/bpf/
Dverifier.c15807 static bool states_equal(struct bpf_verifier_env *env, in states_equal() function
16159 if (states_equal(env, &sl->state, cur)) { in is_state_visited()
16182 states_equal(env, &sl->state, cur) && in is_state_visited()
16207 if (states_equal(env, &sl->state, cur)) { in is_state_visited()