Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dnet.c412 static inline unsigned long busy_clock(void) in busy_clock() function
419 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll()
545 endtime = busy_clock() + busyloop_timeout; in vhost_net_busy_poll()