Lines Matching refs:busyloop_intr
511 bool *busyloop_intr, in vhost_net_busy_poll() argument
537 *busyloop_intr = true; in vhost_net_busy_poll()
562 struct msghdr *msghdr, bool *busyloop_intr) in vhost_net_tx_get_vq_desc() argument
578 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
612 size_t *len, bool *busyloop_intr) in get_tx_bufs() argument
617 ret = vhost_net_tx_get_vq_desc(net, nvq, out, in, msg, busyloop_intr); in get_tx_bufs()
779 bool busyloop_intr = false; in handle_tx_copy() local
785 &busyloop_intr); in handle_tx_copy()
791 if (unlikely(busyloop_intr)) { in handle_tx_copy()
870 bool busyloop_intr; in handle_tx_zerocopy() local
875 busyloop_intr = false; in handle_tx_zerocopy()
877 &busyloop_intr); in handle_tx_zerocopy()
883 if (unlikely(busyloop_intr)) { in handle_tx_zerocopy()
999 bool *busyloop_intr) in vhost_net_rx_peek_head_len() argument
1011 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()
1120 bool busyloop_intr = false; in handle_rx() local
1146 &busyloop_intr); in handle_rx()
1159 if (unlikely(busyloop_intr)) { in handle_rx()
1171 busyloop_intr = false; in handle_rx()
1235 if (unlikely(busyloop_intr)) in handle_rx()