Searched refs:vhost_exceeds_weight (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/vhost/ |
H A D | vsock.c | 249 } 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 D | test.c | 89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
|
H A D | scsi.c | 1262 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq() 1492 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
|
H A D | vhost.c | 494 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function 507 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);
|