Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dnet.c500 static bool vhost_exceeds_weight(int pkts, int total_len) in vhost_exceeds_weight() function
601 if (vhost_exceeds_weight(++sent_pkts, total_len)) { in handle_tx_copy()
704 if (unlikely(vhost_exceeds_weight(++sent_pkts, total_len))) { in handle_tx_zerocopy()
1029 if (unlikely(vhost_exceeds_weight(++recv_pkts, total_len))) { in handle_rx()