Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1053 int recursion_detected; in pxa_ep_queue() local
1082 recursion_detected = ep->in_handle_ep; in pxa_ep_queue()
1139 if (!recursion_detected) in pxa_ep_queue()
2045 goto recursion_detected; in handle_ep()
2084 recursion_detected: in handle_ep()
/linux/kernel/bpf/
H A Dtrampoline.c1297 if (prog->aux->recursion_detected) in __bpf_prog_enter_recur()
1298 prog->aux->recursion_detected(prog); in __bpf_prog_enter_recur()
1377 if (prog->aux->recursion_detected) in __bpf_prog_enter_sleepable_recur()
1378 prog->aux->recursion_detected(prog); in __bpf_prog_enter_sleepable_recur()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1727 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops3_check_member()
/linux/include/linux/
H A Dbpf.h1790 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member
/linux/kernel/sched/ext/
H A Dext.c8108 prog->aux->recursion_detected = scx_pstack_recursion_on_dispatch; in bpf_scx_check_member()
8112 prog->aux->recursion_detected = scx_pstack_recursion_on_caps_updated; in bpf_scx_check_member()