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

/linux-master/kernel/bpf/
H A Dhelpers.c1086 * That space is used to keep 'struct bpf_timer_kern'.
1108 struct bpf_timer_kern { struct
1158 BPF_CALL_3(bpf_timer_init, struct bpf_timer_kern *, timer, struct bpf_map *, map,
1166 BUILD_BUG_ON(sizeof(struct bpf_timer_kern) > sizeof(struct bpf_timer));
1167 BUILD_BUG_ON(__alignof__(struct bpf_timer_kern) != __alignof__(struct bpf_timer));
1225 BPF_CALL_3(bpf_timer_set_callback, struct bpf_timer_kern *, timer, void *, callback_fn,
1278 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags)
1329 BPF_CALL_1(bpf_timer_cancel, struct bpf_timer_kern *, timer)
1374 struct bpf_timer_kern *timer = val;

Completed in 112 milliseconds