Searched defs:width (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmm_init.c68 int shift, width; local
72 width = shift - SECTIONS_WIDTH - NODES_WIDTH - ZONES_WIDTH;
95 shift, width, width, NR_PAGEFLAGS, NR_PAGEFLAGS, 0);
H A Dpercpu.c1104 int group_width = 1, cpu_width = 1, width; local
1120 width = upa * (cpu_width + 1) + group_width + 3;
1121 apl = rounddown_pow_of_two(max(60 / width, 1));

Completed in 70 milliseconds