Lines Matching refs:num_lines
193 int num_lines;
204 * and have @paddr - aligned to cache line and integral @num_lines.
214 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES);
233 while (num_lines-- > 0) {
253 int num_lines;
263 * and have @paddr - aligned to cache line and integral @num_lines.
273 num_lines = DIV_ROUND_UP(sz, L1_CACHE_BYTES);
291 while (num_lines-- > 0) {
625 int num_lines;
644 num_lines = DIV_ROUND_UP(sz, l2_line_sz);
646 while (num_lines-- > 0) {