Searched refs:rangeidx (Results 1 – 1 of 1) sorted by relevance
1354 int rangeidx, i; in cache_drop_with_non_contiguous_ranges() local1371 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1372 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()1374 &val[rangeidx / 2], in cache_drop_with_non_contiguous_ranges()1377 &val[rangeidx / 2], sizeof(val[rangeidx / 2])); in cache_drop_with_non_contiguous_ranges()1381 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1382 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()1411 for (rangeidx = 1; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()1412 reg = param->from_reg + (rangeidx * BLOCK_TEST_SIZE); in cache_drop_with_non_contiguous_ranges()1418 for (rangeidx = 0; rangeidx < num_ranges; rangeidx += 2) { in cache_drop_with_non_contiguous_ranges()[all …]