Lines Matching refs:busyloop_intr
521 bool *busyloop_intr, in vhost_net_busy_poll() argument
547 *busyloop_intr = true; in vhost_net_busy_poll()
572 struct msghdr *msghdr, bool *busyloop_intr) in vhost_net_tx_get_vq_desc() argument
588 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
622 size_t *len, bool *busyloop_intr) in get_tx_bufs() argument
627 ret = vhost_net_tx_get_vq_desc(net, nvq, out, in, msg, busyloop_intr); in get_tx_bufs()
785 bool busyloop_intr = false; in handle_tx_copy() local
791 &busyloop_intr); in handle_tx_copy()
797 if (unlikely(busyloop_intr)) { in handle_tx_copy()
878 bool busyloop_intr; in handle_tx_zerocopy() local
883 busyloop_intr = false; in handle_tx_zerocopy()
885 &busyloop_intr); in handle_tx_zerocopy()
891 if (unlikely(busyloop_intr)) { in handle_tx_zerocopy()
1008 bool *busyloop_intr) in vhost_net_rx_peek_head_len() argument
1020 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()
1129 bool busyloop_intr = false; in handle_rx() local
1155 &busyloop_intr); in handle_rx()
1168 if (unlikely(busyloop_intr)) { in handle_rx()
1180 busyloop_intr = false; in handle_rx()
1244 if (unlikely(busyloop_intr)) in handle_rx()