Searched refs:vca (Results 1 – 3 of 3) sorted by relevance
244 bcm283x_vcbus_to_armc(vm_paddr_t vca) in bcm283x_vcbus_to_armc() argument253 if (vca >= ment->vcbus_start && in bcm283x_vcbus_to_armc()254 vca < ment->vcbus_start + ment->armc_size) { in bcm283x_vcbus_to_armc()255 return (vca - ment->vcbus_start) + ment->armc_start; in bcm283x_vcbus_to_armc()265 (uintmax_t)vca); in bcm283x_vcbus_to_armc()266 return (vca); in bcm283x_vcbus_to_armc()
70 vm_paddr_t bcm283x_vcbus_to_armc(vm_paddr_t vca);74 #define VCBUS_TO_ARMC(vca) bcm283x_vcbus_to_armc(vca) argument
985 vdev_copy_arg_t *vca = zio->io_private; in spa_vdev_copy_segment_write_done() local989 mutex_enter(&vca->vca_lock); in spa_vdev_copy_segment_write_done()990 vca->vca_outstanding_bytes -= zio->io_size; in spa_vdev_copy_segment_write_done()993 vca->vca_write_error_bytes += zio->io_size; in spa_vdev_copy_segment_write_done()995 cv_signal(&vca->vca_cv); in spa_vdev_copy_segment_write_done()996 mutex_exit(&vca->vca_lock); in spa_vdev_copy_segment_write_done()1006 vdev_copy_arg_t *vca = zio->io_private; in spa_vdev_copy_segment_read_done() local1009 mutex_enter(&vca->vca_lock); in spa_vdev_copy_segment_read_done()1010 vca->vca_read_error_bytes += zio->io_size; in spa_vdev_copy_segment_read_done()1011 mutex_exit(&vca->vca_lock); in spa_vdev_copy_segment_read_done()[all …]