Lines Matching refs:busyloop_intr
450 bool *busyloop_intr) in vhost_net_tx_get_vq_desc() argument
464 *busyloop_intr = true; in vhost_net_tx_get_vq_desc()
510 size_t *len, bool *busyloop_intr) in get_tx_bufs() argument
515 ret = vhost_net_tx_get_vq_desc(net, nvq, out, in, busyloop_intr); in get_tx_bufs()
561 bool busyloop_intr = false; in handle_tx_copy() local
564 &busyloop_intr); in handle_tx_copy()
570 if (unlikely(busyloop_intr)) { in handle_tx_copy()
630 bool busyloop_intr; in handle_tx_zerocopy() local
635 busyloop_intr = false; in handle_tx_zerocopy()
637 &busyloop_intr); in handle_tx_zerocopy()
643 if (unlikely(busyloop_intr)) { in handle_tx_zerocopy()
771 bool *busyloop_intr) in vhost_net_rx_peek_head_len() argument
792 *busyloop_intr = true; in vhost_net_rx_peek_head_len()
920 bool busyloop_intr = false; in handle_rx() local
945 &busyloop_intr))) { in handle_rx()
956 if (unlikely(busyloop_intr)) { in handle_rx()
968 busyloop_intr = false; in handle_rx()
1034 if (unlikely(busyloop_intr)) in handle_rx()