Searched refs:vhost_exceeds_weight (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/vhost/ |
H A D | vhost.h | 183 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
|
H A D | vsock.c | 245 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_transport_do_send_pkt() 532 } 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 | net.c | 854 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy() 963 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy() 1250 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len))); in handle_rx()
|
H A D | scsi.c | 1251 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq() 1481 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
|
H A D | vhost.c | 506 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function 519 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);
|