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

/linux-master/kernel/bpf/
H A Dhelpers.c1087 * bpf_timer_init() allocates 'struct bpf_hrtimer', inits hrtimer, and
1098 struct bpf_hrtimer { struct
1109 struct bpf_hrtimer *timer;
1117 static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);
1121 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer);
1162 struct bpf_hrtimer *t;
1229 struct bpf_hrtimer *t;
1280 struct bpf_hrtimer *t;
1318 static void drop_prog_refcnt(struct bpf_hrtimer *
[all...]

Completed in 126 milliseconds