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

/linux-master/drivers/vhost/
H A Dtest.c89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len)))
H A Dvhost.h181 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
H A Dvsock.c249 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len)));
543 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len)));
H A Dnet.c822 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len)));
931 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len)));
1218 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len)));
H A Dscsi.c1242 } while (likely(!vhost_exceeds_weight(vq, ++c, 0)));
1472 } while (likely(!vhost_exceeds_weight(vq, ++c, 0)));
H A Dvhost.c464 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, function
477 EXPORT_SYMBOL_GPL(vhost_exceeds_weight); variable

Completed in 348 milliseconds