Lines Matching refs:bpf_hrtimer
1111 struct bpf_hrtimer { struct
1127 struct bpf_hrtimer *timer; argument
1142 static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);
1146 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer); in bpf_timer_cb()
1229 struct bpf_hrtimer *t = container_of(work, struct bpf_hrtimer, cb.delete_work); in bpf_timer_delete_work()
1246 struct bpf_hrtimer *t; in __bpf_async_init()
1257 size = sizeof(struct bpf_hrtimer); in __bpf_async_init()
1283 t = (struct bpf_hrtimer *)cb; in __bpf_async_init()
1413 struct bpf_hrtimer *t; in BPF_CALL_3()
1464 struct bpf_hrtimer *t, *cur_t; in BPF_CALL_1()
1560 struct bpf_hrtimer *t; in bpf_timer_cancel_and_free()
1562 t = (struct bpf_hrtimer *)__bpf_async_cancel_and_free(val); in bpf_timer_cancel_and_free()