Searched refs:rangeidx (Results 1 – 1 of 1) sorted by relevance
1247 int rangeidx, i; in cache_drop_with_non_contiguous_ranges() local1264 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1265 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()1267 &val[rangeidx / 2], in cache_drop_with_non_contiguous_ranges()1270 &val[rangeidx / 2], sizeof(val[rangeidx / 2])); in cache_drop_with_non_contiguous_ranges()1274 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1275 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()1304 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1311 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1312 if ((rangeidx == 2) || (rangeidx == 4)) in cache_drop_with_non_contiguous_ranges()[all …]