Home
last modified time | relevance | path

Searched refs:busyloop_intr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/vhost/
Dnet.c450 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()
[all …]