Home
last modified time | relevance | path

Searched refs:bpf_timer_kern (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/kernel/bpf/
Dhelpers.c1104 struct bpf_timer_kern { struct
1154 BPF_CALL_3(bpf_timer_init, struct bpf_timer_kern *, timer, struct bpf_map *, map, in BPF_CALL_3() argument
1162 BUILD_BUG_ON(sizeof(struct bpf_timer_kern) > sizeof(struct bpf_timer)); in BPF_CALL_3()
1163 BUILD_BUG_ON(__alignof__(struct bpf_timer_kern) != __alignof__(struct bpf_timer)); in BPF_CALL_3()
1214 BPF_CALL_3(bpf_timer_set_callback, struct bpf_timer_kern *, timer, void *, callback_fn, in BPF_CALL_3() argument
1267 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument
1308 BPF_CALL_1(bpf_timer_cancel, struct bpf_timer_kern *, timer) in BPF_CALL_1() argument
1351 struct bpf_timer_kern *timer = val; in bpf_timer_cancel_and_free()