Searched refs:current_group (Results 1 – 4 of 4) sorted by relevance
96 struct mali_base_gpu_coherent_group *current_group; in kbase_gpuprops_construct_coherent_groups() local137 current_group = props->coherency_info.group; in kbase_gpuprops_construct_coherent_groups()148 current_group->core_mask = group_mask & props->raw_props.shader_present; in kbase_gpuprops_construct_coherent_groups()149 current_group->num_cores = hweight64(current_group->core_mask); in kbase_gpuprops_construct_coherent_groups()152 current_group++; in kbase_gpuprops_construct_coherent_groups()
41 struct mali_base_gpu_coherent_group *current_group; in kbase_gpuprops_construct_coherent_groups() local82 current_group = props->coherency_info.group; in kbase_gpuprops_construct_coherent_groups()93 current_group->core_mask = group_mask & props->raw_props.shader_present; in kbase_gpuprops_construct_coherent_groups()94 current_group->num_cores = hweight64(current_group->core_mask); in kbase_gpuprops_construct_coherent_groups()97 current_group++; in kbase_gpuprops_construct_coherent_groups()
5078 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() argument5087 *current_group = *map_index / in raid_map_helper()5089 if (offload_to_mirror == *current_group) in raid_map_helper()5091 if (*current_group < le16_to_cpu(map->layout_map_count) - 1) { in raid_map_helper()5094 (*current_group)++; in raid_map_helper()5098 *current_group = 0; in raid_map_helper()5100 } while (offload_to_mirror != *current_group); in raid_map_helper()5128 u32 first_group, last_group, current_group; in hpsa_scsi_ioaccel_raid_map() local5289 &map_index, ¤t_group); in hpsa_scsi_ioaccel_raid_map()
2277 u32 current_group; in pqi_raid_bypass_submit_scsi_cmd() local2406 current_group = map_index / data_disks_per_row; in pqi_raid_bypass_submit_scsi_cmd()2408 if (offload_to_mirror != current_group) { in pqi_raid_bypass_submit_scsi_cmd()2409 if (current_group < in pqi_raid_bypass_submit_scsi_cmd()2416 current_group++; in pqi_raid_bypass_submit_scsi_cmd()2423 current_group = 0; in pqi_raid_bypass_submit_scsi_cmd()2426 } while (offload_to_mirror != current_group); in pqi_raid_bypass_submit_scsi_cmd()