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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dpage_alloc.c4466 unsigned long usable_startpfn; local
4499 /* usable_startpfn is the lowest possible pfn ZONE_MOVABLE can be at */
4501 usable_startpfn = arch_zone_lowest_possible_pfn[movable_zone];
4534 if (start_pfn < usable_startpfn) {
4536 kernel_pages = min(end_pfn, usable_startpfn)
4545 if (end_pfn <= usable_startpfn) {
4556 start_pfn = usable_startpfn;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dpage_alloc.c4466 unsigned long usable_startpfn; local
4499 /* usable_startpfn is the lowest possible pfn ZONE_MOVABLE can be at */
4501 usable_startpfn = arch_zone_lowest_possible_pfn[movable_zone];
4534 if (start_pfn < usable_startpfn) {
4536 kernel_pages = min(end_pfn, usable_startpfn)
4545 if (end_pfn <= usable_startpfn) {
4556 start_pfn = usable_startpfn;

Completed in 145 milliseconds