Searched refs:bpf_async_schedule_op (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | helpers.c | 1444 static int bpf_async_schedule_op(struct bpf_async_cb *cb, enum bpf_async_op op, in bpf_async_schedule_op() function 1537 return bpf_async_schedule_op(&t->cb, BPF_ASYNC_START, nsecs, mode); in BPF_CALL_3() 1688 (void)bpf_async_schedule_op(cb, BPF_ASYNC_CANCEL, 0, 0); in bpf_async_cancel_and_free() 3197 return bpf_async_schedule_op(&w->cb, BPF_ASYNC_START, 0, 0); in bpf_wq_start() 4499 ret = bpf_async_schedule_op(cb, BPF_ASYNC_CANCEL, 0, 0); in bpf_timer_cancel_async()
|