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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dmmzone.h548 int zone_idx; /* zone_idx(zoneref->zone) */ member in struct:zoneref
677 * zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.
679 #define zone_idx(zone) ((zone) - (zone)->zone_pgdat->node_zones) macro
823 return zoneref->zone_idx;
H A Dvmstat.h138 zone_idx(zone), delta)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dmmzone.h548 int zone_idx; /* zone_idx(zoneref->zone) */ member in struct:zoneref
677 * zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.
679 #define zone_idx(zone) ((zone) - (zone)->zone_pgdat->node_zones) macro
823 return zoneref->zone_idx;
H A Dvmstat.h138 zone_idx(zone), delta)
/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.c1653 classzone_idx = zone_idx(preferred_zone);
2526 zoneref->zone_idx = zone_idx(zone);
2734 zonelist->_zonerefs[j].zone_idx = 0;
2748 zonelist->_zonerefs[j].zone_idx = 0;
2780 zonelist->_zonerefs[pos].zone_idx = 0;
2867 zonelist->_zonerefs[0].zone_idx = 0;
2986 zonelist->_zonerefs[j].zone_idx = 0;
3541 pgdat->nr_zones = zone_idx(zone) + 1;
3548 (unsigned long)zone_idx(zon
5315 int zone_idx; local
[all...]
H A Dmemcontrol.c924 int zid = zone_idx(zone);
934 int zid = zone_idx(zone);
979 int zid = zone_idx(z);
2881 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
H A Dvmscan.c2432 trace_mm_vmscan_wakeup_kswapd(pgdat->node_id, zone_idx(zone), 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.c1653 classzone_idx = zone_idx(preferred_zone);
2526 zoneref->zone_idx = zone_idx(zone);
2734 zonelist->_zonerefs[j].zone_idx = 0;
2748 zonelist->_zonerefs[j].zone_idx = 0;
2780 zonelist->_zonerefs[pos].zone_idx = 0;
2867 zonelist->_zonerefs[0].zone_idx = 0;
2986 zonelist->_zonerefs[j].zone_idx = 0;
3541 pgdat->nr_zones = zone_idx(zone) + 1;
3548 (unsigned long)zone_idx(zon
5315 int zone_idx; local
[all...]
H A Dmemcontrol.c924 int zid = zone_idx(zone);
934 int zid = zone_idx(zone);
979 int zid = zone_idx(z);
2881 mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
H A Dvmscan.c2432 trace_mm_vmscan_wakeup_kswapd(pgdat->node_id, zone_idx(zone), order);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/mm/
H A Dinit.c743 int idx = zone_idx(z);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/mm/
H A Dinit.c743 int idx = zone_idx(z);

Completed in 231 milliseconds