Home
last modified time | relevance | path

Searched refs:zone_reclaim_mode (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dswap.h336 extern int zone_reclaim_mode;
341 #define zone_reclaim_mode 0 macro
/linux-4.1.27/Documentation/sysctl/
Dvm.txt61 - zone_reclaim_mode
464 zone_reclaim_mode allows to be reclaimed.
466 If zone_reclaim_mode has the value 4 OR'd, then the percentage is compared
779 zone_reclaim_mode:
792 zone_reclaim_mode is disabled by default. For file servers or workloads
793 that benefit from having their data cached, zone_reclaim_mode should be
/linux-4.1.27/mm/
Dvmscan.c3590 int zone_reclaim_mode __read_mostly;
3642 if (zone_reclaim_mode & RECLAIM_SWAP) in zone_pagecache_reclaimable()
3648 if (!(zone_reclaim_mode & RECLAIM_WRITE)) in zone_pagecache_reclaimable()
3672 .may_writepage = !!(zone_reclaim_mode & RECLAIM_WRITE), in __zone_reclaim()
3673 .may_unmap = !!(zone_reclaim_mode & RECLAIM_SWAP), in __zone_reclaim()
Dhuge_memory.c2274 if (!zone_reclaim_mode) in khugepaged_scan_abort()
Dpage_alloc.c2207 if (zone_reclaim_mode == 0 || in get_page_from_freelist()
/linux-4.1.27/kernel/
Dsysctl.c1418 .data = &zone_reclaim_mode,
1419 .maxlen = sizeof(zone_reclaim_mode),