Lines Matching refs:busyloop_intr
523 bool *busyloop_intr, in vhost_net_busy_poll() argument
549 *busyloop_intr = true; in vhost_net_busy_poll()
574 struct msghdr *msghdr, bool *busyloop_intr) in vhost_net_tx_get_vq_desc() argument
590 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
624 size_t *len, bool *busyloop_intr) in get_tx_bufs() argument
629 ret = vhost_net_tx_get_vq_desc(net, nvq, out, in, msg, busyloop_intr); in get_tx_bufs()
787 bool busyloop_intr = false; in handle_tx_copy() local
793 &busyloop_intr); in handle_tx_copy()
799 if (unlikely(busyloop_intr)) { in handle_tx_copy()
880 bool busyloop_intr; in handle_tx_zerocopy() local
885 busyloop_intr = false; in handle_tx_zerocopy()
887 &busyloop_intr); in handle_tx_zerocopy()
893 if (unlikely(busyloop_intr)) { in handle_tx_zerocopy()
1010 bool *busyloop_intr) in vhost_net_rx_peek_head_len() argument
1022 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()
1131 bool busyloop_intr = false; in handle_rx() local
1157 &busyloop_intr); in handle_rx()
1170 if (unlikely(busyloop_intr)) { in handle_rx()
1182 busyloop_intr = false; in handle_rx()
1246 if (unlikely(busyloop_intr)) in handle_rx()