Searched defs:bpf_timer_kern (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | helpers.c | 1100 struct bpf_timer_kern { struct 1101 struct bpf_hrtimer *timer; 1106 struct bpf_spin_lock lock; 1150 BPF_CALL_3(bpf_timer_init, struct bpf_timer_kern *, timer, struct bpf_map *, map, in BPF_CALL_3() 1210 BPF_CALL_3(bpf_timer_set_callback, struct bpf_timer_kern *, timer, void *, callback_fn, in BPF_CALL_3() 1263 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() 1304 BPF_CALL_1(bpf_timer_cancel, struct bpf_timer_kern *, timer) in BPF_CALL_1()
|
Completed in 7 milliseconds