Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c160 static bool same_callsites(struct callchain *a, struct callchain *b) in same_callsites() function
187 if (same_callsites(&result->callchain, callchain)) in __lookup_instance()
H A Dverifier.c1798 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) in same_callsites() function
8934 if (st->insn_idx == insn_idx && st->branches && same_callsites(st, cur) && in find_prev_entry()
9104 !same_callsites(cur_st->parent, cur_st)) { in process_iter_next_call()
19055 !same_callsites(&sl->state, cur)) in clean_live_states()