Searched refs:__mod_zone_page_state (Results 1 - 10 of 10) 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 Dvmstat.h243 void __mod_zone_page_state(struct zone *, enum zone_stat_item item, int);
265 static inline void __mod_zone_page_state(struct zone *zone, function
301 #define mod_zone_page_state __mod_zone_page_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dvmstat.h243 void __mod_zone_page_state(struct zone *, enum zone_stat_item item, int);
265 static inline void __mod_zone_page_state(struct zone *zone, function
301 #define mod_zone_page_state __mod_zone_page_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dvmscan.c1198 __mod_zone_page_state(zone, NR_ISOLATED_ANON, -nr_anon);
1199 __mod_zone_page_state(zone, NR_ISOLATED_FILE, -nr_file);
1218 __mod_zone_page_state(zone, NR_ACTIVE_FILE,
1220 __mod_zone_page_state(zone, NR_INACTIVE_FILE,
1222 __mod_zone_page_state(zone, NR_ACTIVE_ANON,
1224 __mod_zone_page_state(zone, NR_INACTIVE_ANON,
1229 __mod_zone_page_state(zone, NR_ISOLATED_ANON, *nr_anon);
1230 __mod_zone_page_state(zone, NR_ISOLATED_FILE, *nr_file);
1411 __mod_zone_page_state(zone, NR_LRU_BASE + lru, pgmoved);
1452 __mod_zone_page_state(zon
[all...]
H A Dcompaction.c210 __mod_zone_page_state(zone, NR_ISOLATED_ANON, cc->nr_anon);
211 __mod_zone_page_state(zone, NR_ISOLATED_FILE, cc->nr_file);
H A Dvmstat.c231 void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, function
247 EXPORT_SYMBOL(__mod_zone_page_state); variable
258 __mod_zone_page_state(zone, item, delta);
H A Dpage_alloc.c633 __mod_zone_page_state(zone, NR_FREE_PAGES, count);
645 __mod_zone_page_state(zone, NR_FREE_PAGES, 1 << order);
1051 __mod_zone_page_state(zone, NR_FREE_PAGES, -(i << order));
1269 __mod_zone_page_state(zone, NR_FREE_PAGES, -(1UL << order));
1340 __mod_zone_page_state(zone, NR_FREE_PAGES, -(1 << order));
5425 __mod_zone_page_state(zone, NR_FREE_PAGES,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dvmscan.c1198 __mod_zone_page_state(zone, NR_ISOLATED_ANON, -nr_anon);
1199 __mod_zone_page_state(zone, NR_ISOLATED_FILE, -nr_file);
1218 __mod_zone_page_state(zone, NR_ACTIVE_FILE,
1220 __mod_zone_page_state(zone, NR_INACTIVE_FILE,
1222 __mod_zone_page_state(zone, NR_ACTIVE_ANON,
1224 __mod_zone_page_state(zone, NR_INACTIVE_ANON,
1229 __mod_zone_page_state(zone, NR_ISOLATED_ANON, *nr_anon);
1230 __mod_zone_page_state(zone, NR_ISOLATED_FILE, *nr_file);
1411 __mod_zone_page_state(zone, NR_LRU_BASE + lru, pgmoved);
1452 __mod_zone_page_state(zon
[all...]
H A Dcompaction.c210 __mod_zone_page_state(zone, NR_ISOLATED_ANON, cc->nr_anon);
211 __mod_zone_page_state(zone, NR_ISOLATED_FILE, cc->nr_file);
H A Dvmstat.c231 void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, function
247 EXPORT_SYMBOL(__mod_zone_page_state); variable
258 __mod_zone_page_state(zone, item, delta);
H A Dpage_alloc.c633 __mod_zone_page_state(zone, NR_FREE_PAGES, count);
645 __mod_zone_page_state(zone, NR_FREE_PAGES, 1 << order);
1051 __mod_zone_page_state(zone, NR_FREE_PAGES, -(i << order));
1269 __mod_zone_page_state(zone, NR_FREE_PAGES, -(1UL << order));
1340 __mod_zone_page_state(zone, NR_FREE_PAGES, -(1 << order));
5425 __mod_zone_page_state(zone, NR_FREE_PAGES,

Completed in 193 milliseconds