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
1018 vdev_copy_arg_t *vca = zio->io_private; in spa_vdev_copy_segment_write_done() local1022 mutex_enter(&vca->vca_lock); in spa_vdev_copy_segment_write_done()1023 vca->vca_outstanding_bytes -= zio->io_size; in spa_vdev_copy_segment_write_done()1026 vca->vca_write_error_bytes += zio->io_size; in spa_vdev_copy_segment_write_done()1028 cv_signal(&vca->vca_cv); in spa_vdev_copy_segment_write_done()1029 mutex_exit(&vca->vca_lock); in spa_vdev_copy_segment_write_done()1039 vdev_copy_arg_t *vca = zio->io_private; in spa_vdev_copy_segment_read_done() local1042 mutex_enter(&vca->vca_lock); in spa_vdev_copy_segment_read_done()1043 vca->vca_read_error_bytes += zio->io_size; in spa_vdev_copy_segment_read_done()1044 mutex_exit(&vca->vca_lock); in spa_vdev_copy_segment_read_done()[all …]