bpf_hrtimer
struct bpf_hrtimer *timer;
static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);
struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer);
struct bpf_hrtimer *t = container_of(cb, struct bpf_hrtimer, cb);
struct bpf_hrtimer *t;
size = sizeof(struct bpf_hrtimer);
t = (struct bpf_hrtimer *)cb;
struct bpf_hrtimer *t;
struct bpf_hrtimer *t, *cur_t;
struct bpf_hrtimer *t = container_of(cb, struct bpf_hrtimer, cb);
struct bpf_hrtimer *t = container_of(cb, struct bpf_hrtimer, cb);