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) same_callsites() function
H A Dverifier.c1644 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) in release_irq_state()
7676 if (st->insn_idx == insn_idx && st->branches && same_callsites(st, cur) && in check_stack_access_within_bounds()
7847 !same_callsites(cur_st->parent, cur_st)) { in check_mem_access()
1814 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) same_callsites() function