Searched refs:busyloop_intr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | net.c | 558 bool *busyloop_intr, in vhost_net_busy_poll() argument 584 *busyloop_intr = true; in vhost_net_busy_poll() 609 struct msghdr *msghdr, bool *busyloop_intr, in vhost_net_tx_get_vq_desc() argument 626 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc() 660 size_t *len, bool *busyloop_intr, in get_tx_bufs() argument 667 busyloop_intr, ndesc); in get_tx_bufs() 791 bool busyloop_intr = false; in handle_tx_copy() local 797 &busyloop_intr, &ndesc); in handle_tx_copy() 808 if (unlikely(busyloop_intr)) { in handle_tx_copy() 896 bool busyloop_intr; in handle_tx_zerocopy() local [all …]
|