Searched refs:vhost_exceeds_weight (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/vhost/ |
D | vhost.h | 178 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
|
D | test.c | 89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
|
D | vsock.c | 217 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_transport_do_send_pkt() 449 } while(likely(!vhost_exceeds_weight(vq, ++pkts, total_len))); in vhost_vsock_handle_tx_kick()
|
D | net.c | 841 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy() 943 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy() 1230 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len))); in handle_rx()
|
D | scsi.c | 1121 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq() 1273 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
|
D | vhost.c | 414 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function 427 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);
|