Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dnet.c398 static inline unsigned long busy_clock(void) in busy_clock() function
405 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll()
461 endtime = busy_clock() + vq->busyloop_timeout; in vhost_net_tx_get_vq_desc()
788 endtime = busy_clock() + tvq->busyloop_timeout; in vhost_net_rx_peek_head_len()