Home
last modified time | relevance | path

Searched refs:new_cnt (Results 1 – 1 of 1) sorted by relevance

/net/vmw_vsock/
A Dvirtio_transport.c293 int new_cnt; in virtio_transport_cancel_pkt() local
295 new_cnt = atomic_sub_return(cnt, &vsock->queued_replies); in virtio_transport_cancel_pkt()
296 if (new_cnt + cnt >= virtqueue_get_vring_size(rx_vq) && in virtio_transport_cancel_pkt()
297 new_cnt < virtqueue_get_vring_size(rx_vq)) in virtio_transport_cancel_pkt()

Completed in 4 milliseconds