Searched refs:bpf_timer_cb (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dhelpers.c1139 static enum hrtimer_restart bpf_timer_cb(struct hrtimer *hrtimer) function
1153 /* bpf_timer_cb() runs in hrtimer_run_softirq. It doesn't migrate and
1154 * cannot be preempted by another bpf_timer_cb() on the same cpu.
1266 t->timer.function = bpf_timer_cb;
1525 * safe to do kfree(t) because bpf_timer_cb() read everything it needed
1528 * effectively cancelled because bpf_timer_cb() will return

Completed in 166 milliseconds