Home
last modified time | relevance | path

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

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