Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtimer.c123 if (bpf_timer_cancel(timer) != -EINVAL) in timer_cb1()
183 if (bpf_timer_cancel(arr_timer) != 1) in timer_cb2()
190 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
211 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
H A Dtimer_crash.c49 bpf_timer_cancel(&e->timer); in sys_enter()
H A Dtest_helper_restricted.c43 bpf_timer_cancel(&timer->t); in timer_work()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1371 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() argument
1435 .func = bpf_timer_cancel,