Searched refs:busyloop_intr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/vhost/ |
| D | net.c | 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 576 vhost_net_busy_poll(net, rvq, tvq, busyloop_intr, false); in vhost_net_tx_get_vq_desc() 610 size_t *len, bool *busyloop_intr) in get_tx_bufs() argument 615 ret = vhost_net_tx_get_vq_desc(net, nvq, out, in, msg, busyloop_intr); in get_tx_bufs() 776 bool busyloop_intr = false; in handle_tx_copy() local 782 &busyloop_intr); in handle_tx_copy() 788 if (unlikely(busyloop_intr)) { in handle_tx_copy() 867 bool busyloop_intr; in handle_tx_zerocopy() local [all …]
|