vhost_exceeds_weight  841 drivers/vhost/net.c 	} while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len)));
vhost_exceeds_weight  943 drivers/vhost/net.c 	} while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len)));
vhost_exceeds_weight 1230 drivers/vhost/net.c 	} while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len)));
vhost_exceeds_weight 1121 drivers/vhost/scsi.c 	} while (likely(!vhost_exceeds_weight(vq, ++c, 0)));
vhost_exceeds_weight 1273 drivers/vhost/scsi.c 	} while (likely(!vhost_exceeds_weight(vq, ++c, 0)));
vhost_exceeds_weight   89 drivers/vhost/test.c 		if (unlikely(vhost_exceeds_weight(vq, 0, total_len)))
vhost_exceeds_weight  427 drivers/vhost/vhost.c EXPORT_SYMBOL_GPL(vhost_exceeds_weight);
vhost_exceeds_weight  178 drivers/vhost/vhost.h bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
vhost_exceeds_weight  217 drivers/vhost/vsock.c 	} while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len)));
vhost_exceeds_weight  451 drivers/vhost/vsock.c 	} while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len)));