Searched refs:vhost_exceeds_weight (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 173 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, int pkts, int total_len);
|
H A D | test.c | 89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
|
H A D | vsock.c | 223 } 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 D | net.c | 852 } 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 D | scsi.c | 1155 } 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 D | vhost.c | 426 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 D | test.c | 89 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
|
H A D | vhost.h | 181 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 | 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 | 1242 } 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 D | vhost.c | 464 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