Searched refs:bpf_timer_cancel (Results 1 – 4 of 4) sorted by relevance
40 timer2_err = bpf_timer_cancel(timer); in timer_cb1() 52 timer1_err = bpf_timer_cancel(timer); in timer_cb2()
43 * pointer was overwritten, for hmap we need to use bpf_timer_cancel. in sys_enter() 49 bpf_timer_cancel(&e->timer); in sys_enter()
43 bpf_timer_cancel(&timer->t); in timer_work()
1111 * bpf_timer_cancel() cancels the timer and decrements prog's refcnt.1165 * deadlock if callback_fn() calls bpf_timer_cancel() or in bpf_timer_cb() 1466 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1() argument 1484 /* If bpf callback_fn is trying to bpf_timer_cancel() in BPF_CALL_1() 1530 .func = bpf_timer_cancel,