Searched refs:first_set (Results 1 – 4 of 4) sorted by relevance
78 bool first_set = false; in get_bounds() local81 if (!first_set) { in get_bounds()84 first_set = true; in get_bounds()97 if (!first_set) { in get_bounds()100 first_set = true; in get_bounds()
99 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local138 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()141 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()142 first_set_prev = first_set; in kbase_gpuprops_construct_coherent_groups()144 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()145 group_mask = (first_set - 1) & ~(first_set_prev - 1); in kbase_gpuprops_construct_coherent_groups()
371 struct mlxsw_afa_set *first_set; member416 block->first_set = mlxsw_afa_set_create(true); in mlxsw_afa_block_create()417 if (!block->first_set) in mlxsw_afa_block_create()427 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()428 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()430 block->cur_set = block->first_set; in mlxsw_afa_block_create()436 mlxsw_afa_set_destroy(block->first_set); in mlxsw_afa_block_create()445 struct mlxsw_afa_set *set = block->first_set; in mlxsw_afa_block_destroy()487 block->first_set = set; in mlxsw_afa_block_commit()494 return block->first_set->ht_key.enc_actions; in mlxsw_afa_block_first_set()[all …]
44 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local83 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()86 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()87 first_set_prev = first_set; in kbase_gpuprops_construct_coherent_groups()89 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()90 group_mask = (first_set - 1) & ~(first_set_prev - 1); in kbase_gpuprops_construct_coherent_groups()