Searched refs:recursion_detected (Results 1 – 4 of 4) sorted by relevance
1152 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()
1519 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops_gen_prologue_with_kfunc()
1704 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member
7334 prog->aux->recursion_detected = scx_pstack_recursion_on_dispatch; in bpf_scx_check_member()