Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dvhost.h183 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
H A Dtest.c89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
H A Dvsock.c249 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_transport_do_send_pkt()
545 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_vsock_handle_tx_kick()
H A Dnet.c826 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
935 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
1225 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len))); in handle_rx()
H A Dscsi.c1429 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq()
1665 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
H A Dvhost.c494 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function
507 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);