Searched refs:bpf_hrtimer (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dhelpers.c1096 * bpf_timer_init() allocates 'struct bpf_hrtimer', inits hrtimer, and
1107 struct bpf_hrtimer { struct
1122 struct bpf_hrtimer *timer;
1137 static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);
1141 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer);
1226 struct bpf_hrtimer *t;
1237 size = sizeof(struct bpf_hrtimer);
1263 t = (struct bpf_hrtimer *)cb;
1392 struct bpf_hrtimer *
[all...]

Completed in 149 milliseconds