Home
last modified time | relevance | path

Searched refs:recursion_detected (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dtrampoline.c1152 if (prog->aux->recursion_detected) in __bpf_prog_enter_recur()
1153 prog->aux->recursion_detected(prog); in __bpf_prog_enter_recur()
1232 if (prog->aux->recursion_detected) in __bpf_prog_enter_sleepable_recur()
1233 prog->aux->recursion_detected(prog); in __bpf_prog_enter_sleepable_recur()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1519 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops_gen_prologue_with_kfunc()
/linux/include/linux/
H A Dbpf.h1704 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member
/linux/kernel/sched/
H A Dext.c7334 prog->aux->recursion_detected = scx_pstack_recursion_on_dispatch; in bpf_scx_check_member()