Searched refs:user_zonelist_order (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.c2578 static int user_zonelist_order = ZONELIST_ORDER_DEFAULT; variable
2594 user_zonelist_order = ZONELIST_ORDER_DEFAULT;
2596 user_zonelist_order = ZONELIST_ORDER_NODE;
2598 user_zonelist_order = ZONELIST_ORDER_ZONE;
2634 int oldval = user_zonelist_order;
2641 user_zonelist_order = oldval;
2642 } else if (oldval != user_zonelist_order) {
2848 if (user_zonelist_order == ZONELIST_ORDER_DEFAULT)
2851 current_zonelist_order = user_zonelist_order;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dpage_alloc.c2578 static int user_zonelist_order = ZONELIST_ORDER_DEFAULT; variable
2594 user_zonelist_order = ZONELIST_ORDER_DEFAULT;
2596 user_zonelist_order = ZONELIST_ORDER_NODE;
2598 user_zonelist_order = ZONELIST_ORDER_ZONE;
2634 int oldval = user_zonelist_order;
2641 user_zonelist_order = oldval;
2642 } else if (oldval != user_zonelist_order) {
2848 if (user_zonelist_order == ZONELIST_ORDER_DEFAULT)
2851 current_zonelist_order = user_zonelist_order;

Completed in 73 milliseconds