Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c96 struct mali_base_gpu_coherent_group *current_group; in kbase_gpuprops_construct_coherent_groups() local
137 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c41 struct mali_base_gpu_coherent_group *current_group; in kbase_gpuprops_construct_coherent_groups() local
82 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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.c5078 int offload_to_mirror, u32 *map_index, u32 *current_group) in raid_map_helper() argument
5087 *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() local
5289 &map_index, &current_group); in hpsa_scsi_ioaccel_raid_map()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c2277 u32 current_group; in pqi_raid_bypass_submit_scsi_cmd() local
2406 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()