Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/vhost/
Dvhost.h167 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
Dtest.c89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
Dvsock.c258 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_transport_do_send_pkt()
556 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_vsock_handle_tx_kick()
Dnet.c853 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
957 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
1244 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len))); in handle_rx()
Dscsi.c1131 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq()
1354 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
Dvhost.c418 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function
431 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);