Lines Matching refs:num_lines
254 int num_lines; in __cache_line_loop_v2() local
275 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v2()
280 while (num_lines-- > 0) { in __cache_line_loop_v2()
299 int num_lines; in __cache_line_loop_v3() local
320 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v3()
339 while (num_lines-- > 0) { in __cache_line_loop_v3()
370 int num_lines; in __cache_line_loop_v4() local
390 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES); in __cache_line_loop_v4()
408 while (num_lines-- > 0) { in __cache_line_loop_v4()
744 int num_lines; in slc_op_line() local
763 num_lines = DIV_ROUND_UP(sz, l2_line_sz); in slc_op_line()
765 while (num_lines-- > 0) { in slc_op_line()