Lines Matching refs:busyloop_intr
524 bool *busyloop_intr, in vhost_net_busy_poll() argument
550 *busyloop_intr = true; in vhost_net_busy_poll()
575 struct msghdr *msghdr, bool *busyloop_intr) in vhost_net_tx_get_vq_desc() argument
591 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc()
625 size_t *len, bool *busyloop_intr) in get_tx_bufs() argument
630 ret = vhost_net_tx_get_vq_desc(net, nvq, out, in, msg, busyloop_intr); in get_tx_bufs()
788 bool busyloop_intr = false; in handle_tx_copy() local
794 &busyloop_intr); in handle_tx_copy()
800 if (unlikely(busyloop_intr)) { in handle_tx_copy()
881 bool busyloop_intr; in handle_tx_zerocopy() local
886 busyloop_intr = false; in handle_tx_zerocopy()
888 &busyloop_intr); in handle_tx_zerocopy()
894 if (unlikely(busyloop_intr)) { in handle_tx_zerocopy()
1016 bool *busyloop_intr) in vhost_net_rx_peek_head_len() argument
1028 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, true); in vhost_net_rx_peek_head_len()
1137 bool busyloop_intr = false; in handle_rx() local
1163 &busyloop_intr); in handle_rx()
1176 if (unlikely(busyloop_intr)) { in handle_rx()
1188 busyloop_intr = false; in handle_rx()
1252 if (unlikely(busyloop_intr)) in handle_rx()