Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtimer.c135 if (bpf_timer_cancel(timer) != -EINVAL) in BPF_PROG2()
218 if (bpf_timer_cancel(arr_timer) != 1) in timer_cb2()
219 /* bpf_timer_cancel should return 1 to indicate in timer_cb2()
225 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
246 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in bpf_timer_test()
487 bpf_timer_cancel(timer);
H A Dtimer_lockup.c40 timer2_err = bpf_timer_cancel(timer); in timer_cb1()
52 timer1_err = bpf_timer_cancel(timer); 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()
/linux/kernel/bpf/
H A Dhelpers.c1550 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, async) in BPF_CALL_1() argument
1607 .func = bpf_timer_cancel,