Searched defs:bpf_async_kern (Results 1 – 1 of 1) sorted by relevance
/linux-6.15/kernel/bpf/ |
D | helpers.c | 1124 struct bpf_async_kern { struct 1125 union { 1134 struct bpf_spin_lock lock; 1323 BPF_CALL_3(bpf_timer_init, struct bpf_async_kern *, timer, struct bpf_map *, map, in BPF_CALL_3() 1397 BPF_CALL_3(bpf_timer_set_callback, struct bpf_async_kern *, timer, void *, callback_fn, in BPF_CALL_3() 1411 BPF_CALL_3(bpf_timer_start, struct bpf_async_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() 1462 BPF_CALL_1(bpf_timer_cancel, struct bpf_async_kern *, timer) in BPF_CALL_1()
|