Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h336 extern int zone_reclaim_mode;
341 #define zone_reclaim_mode 0 macro
/linux-4.4.14/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.4.14/mm/
Dvmscan.c3655 int zone_reclaim_mode __read_mostly;
3707 if (zone_reclaim_mode & RECLAIM_UNMAP) in zone_pagecache_reclaimable()
3713 if (!(zone_reclaim_mode & RECLAIM_WRITE)) in zone_pagecache_reclaimable()
3737 .may_writepage = !!(zone_reclaim_mode & RECLAIM_WRITE), in __zone_reclaim()
3738 .may_unmap = !!(zone_reclaim_mode & RECLAIM_UNMAP), in __zone_reclaim()
Dhuge_memory.c2353 if (!zone_reclaim_mode) in khugepaged_scan_abort()
Dpage_alloc.c2578 if (zone_reclaim_mode == 0 || in get_page_from_freelist()
/linux-4.4.14/kernel/
Dsysctl.c1458 .data = &zone_reclaim_mode,
1459 .maxlen = sizeof(zone_reclaim_mode),