Home
last modified time | relevance | path

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

/kernel/bpf/
Dhelpers.c1036 struct bpf_hrtimer { struct
1046 struct bpf_hrtimer *timer; argument
1054 static DEFINE_PER_CPU(struct bpf_hrtimer *, hrtimer_running);
1058 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer); in bpf_timer_cb()
1099 struct bpf_hrtimer *t; in BPF_CALL_3()
1166 struct bpf_hrtimer *t; in BPF_CALL_3()
1217 struct bpf_hrtimer *t; in BPF_CALL_3()
1245 static void drop_prog_refcnt(struct bpf_hrtimer *t) in drop_prog_refcnt()
1258 struct bpf_hrtimer *t; in BPF_CALL_1()
1300 struct bpf_hrtimer *t; in bpf_timer_cancel_and_free()