Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1126 struct bpf_hrtimer { struct
1142 struct bpf_hrtimer *timer; argument
1157 static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);
1161 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer); in bpf_timer_cb()
1236 struct bpf_hrtimer *t = container_of(work, struct bpf_hrtimer, cb.delete_work); in bpf_timer_delete_work()
1253 struct bpf_hrtimer *t; in __bpf_async_init()
1264 size = sizeof(struct bpf_hrtimer); in __bpf_async_init()
1289 t = (struct bpf_hrtimer *)cb; in __bpf_async_init()
1419 struct bpf_hrtimer *t; in BPF_CALL_3()
1470 struct bpf_hrtimer *t, *cur_t; in BPF_CALL_1()
[all …]