Searched refs:same_callsites (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c1478 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) function
7907 if (st->insn_idx == insn_idx && st->branches && same_callsites(st, cur) &&
8068 !same_callsites(cur_st->parent, cur_st)) {
16650 !same_callsites(&sl->state, cur))

Completed in 165 milliseconds