Lines Matching refs:num_lines
243 int num_lines; in __cache_line_loop_v2() local
264 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v2()
269 while (num_lines-- > 0) { in __cache_line_loop_v2()
288 int num_lines; in __cache_line_loop_v3() local
309 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v3()
328 while (num_lines-- > 0) { in __cache_line_loop_v3()
359 int num_lines; in __cache_line_loop_v4() local
379 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v4()
397 while (num_lines-- > 0) { in __cache_line_loop_v4()
733 int num_lines; in slc_op_line() local
752 num_lines = DIV_ROUND_UP(sz, l2_line_sz); in slc_op_line()
754 while (num_lines-- > 0) { in slc_op_line()