Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
H A Dvhost.h173 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
H A Dtest.c89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
H A Dvsock.c223 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_transport_do_send_pkt()
500 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_vsock_handle_tx_kick()
H A Dnet.c852 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
954 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
1241 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len))); in handle_rx()
H A Dscsi.c1155 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq()
1378 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
H A Dvhost.c426 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function
439 EXPORT_SYMBOL_GPL(vhost_exceeds_weight); variable
/kernel/linux/linux-6.6/drivers/vhost/
H A Dtest.c89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
H A Dvhost.h181 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
H A Dvsock.c245 } 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 Dnet.c854 } 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 Dscsi.c1242 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq()
1472 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
H A Dvhost.c464 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function
477 EXPORT_SYMBOL_GPL(vhost_exceeds_weight); variable

Completed in 40 milliseconds