Searched refs:bpf_timer_cancel (Results 1 – 4 of 4) sorted by relevance
123 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()
49 bpf_timer_cancel(&e->timer); in sys_enter()
43 bpf_timer_cancel(&timer->t); in timer_work()
1371 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() argument1435 .func = bpf_timer_cancel,