Searched refs:bpf_timer_cancel (Results 1 – 5 of 5) sorted by relevance
135 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);
40 timer2_err = bpf_timer_cancel(timer); in timer_cb1()52 timer1_err = bpf_timer_cancel(timer); in timer_cb2()
49 bpf_timer_cancel(&e->timer); in sys_enter()
43 bpf_timer_cancel(&timer->t); in timer_work()
1550 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, async) in BPF_CALL_1() argument1607 .func = bpf_timer_cancel,