Searched refs:bpf_hrtimer (Results 1 – 1 of 1) sorted by relevance
1159 struct bpf_hrtimer { struct1174 struct bpf_hrtimer *timer; argument1179 static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);1185 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer); in bpf_timer_cb()1260 struct bpf_hrtimer *t = container_of(cb, struct bpf_hrtimer, cb); in bpf_async_cb_rcu_tasks_trace_free()1321 struct bpf_hrtimer *t; in __bpf_async_init()1328 size = sizeof(struct bpf_hrtimer); in __bpf_async_init()1348 t = (struct bpf_hrtimer *)cb; in __bpf_async_init()1522 struct bpf_hrtimer *t; in BPF_CALL_3()1567 struct bpf_hrtimer *t, *cur_t; in BPF_CALL_1()[all …]