Lines Matching refs:num_lines
254 int num_lines;
264 * and have @paddr - aligned to cache line and integral @num_lines.
275 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES);
280 while (num_lines-- > 0) {
299 int num_lines;
310 * and have @paddr - aligned to cache line and integral @num_lines.
320 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES);
339 while (num_lines-- > 0) {
370 int num_lines;
380 * and have @paddr - aligned to cache line and integral @num_lines.
390 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES);
408 while (num_lines-- > 0) {
744 int num_lines;
763 num_lines = DIV_ROUND_UP(sz, l2_line_sz);
765 while (num_lines-- > 0) {