Searched refs:outer_start (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dpage_alloc.c6342 unsigned long outer_start, outer_end; local
6418 outer_start = start;
6419 while (!PageBuddy(pfn_to_page(outer_start))) {
6421 outer_start = start;
6424 outer_start &= ~0UL << order;
6427 if (outer_start != start) {
6428 order = buddy_order(pfn_to_page(outer_start));
6431 * outer_start page could be small order buddy page and
6432 * it doesn't include start page. Adjust outer_start
6436 if (outer_start
[all...]

Completed in 161 milliseconds