Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/bpf/
Dtrampoline.c907 if (prog->aux->recursion_detected) in __bpf_prog_enter_recur()
908 prog->aux->recursion_detected(prog); in __bpf_prog_enter_recur()
985 if (prog->aux->recursion_detected) in __bpf_prog_enter_sleepable_recur()
986 prog->aux->recursion_detected(prog); in __bpf_prog_enter_sleepable_recur()
/linux-6.14.4/drivers/usb/gadget/udc/
Dpxa27x_udc.c1054 int recursion_detected; in pxa_ep_queue() local
1083 recursion_detected = ep->in_handle_ep; in pxa_ep_queue()
1140 if (!recursion_detected) in pxa_ep_queue()
2027 goto recursion_detected; in handle_ep()
2066 recursion_detected: in handle_ep()
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
Dbpf_testmod.c1261 prog->aux->recursion_detected = test_1_recursion_detected; in st_ops3_check_member()
/linux-6.14.4/include/linux/
Dbpf.h1534 void (*recursion_detected)(struct bpf_prog *prog); /* callback if recursion is detected */ member