Searched refs:bpf_timer_cancel (Results 1 – 2 of 2) sorted by relevance
115 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()
1249 BPF_CALL_1(bpf_timer_cancel, struct bpf_timer_kern *, timer) in BPF_CALL_1() argument1281 .func = bpf_timer_cancel,