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

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

Completed in 109 milliseconds