Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtimer.c115 if (bpf_timer_cancel(timer) != -EINVAL) in timer_cb1()
175 if (bpf_timer_cancel(arr_timer) != 1) in timer_cb2()
182 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
203 if (bpf_timer_cancel(&val->timer) != -EDEADLK) in timer_cb2()
A Dtest_helper_restricted.c43 bpf_timer_cancel(&timer->t); in timer_work()
/linux/kernel/bpf/
A Dhelpers.c1246 BPF_CALL_1(bpf_timer_cancel, struct bpf_timer_kern *, timer) in BPF_CALL_1() argument
1278 .func = bpf_timer_cancel,

Completed in 6 milliseconds