Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dnet.c438 static inline unsigned long busy_clock(void) in busy_clock() function
445 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll()
580 endtime = busy_clock() + busyloop_timeout; in vhost_net_busy_poll()