Home
last modified time | relevance | path

Searched refs:RECLAIM_UNMAP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmempolicy.h73 #define RECLAIM_UNMAP (1<<2) /* Unmap pages during reclaim */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dswap.h449 return node_reclaim_mode & (RECLAIM_ZONE|RECLAIM_WRITE|RECLAIM_UNMAP); in node_reclaim_enabled()
/kernel/linux/linux-5.10/mm/
H A Dvmscan.c4132 #define RECLAIM_UNMAP (1<<2) /* Unmap pages during reclaim */ macro
4174 * If RECLAIM_UNMAP is set, then all file pages are considered in node_pagecache_reclaimable()
4179 if (node_reclaim_mode & RECLAIM_UNMAP) in node_pagecache_reclaimable()
4210 .may_unmap = !!(node_reclaim_mode & RECLAIM_UNMAP), in __node_reclaim()
4223 * We need to be able to allocate from the reserves for RECLAIM_UNMAP in __node_reclaim()
4225 * and RECLAIM_UNMAP. in __node_reclaim()
/kernel/linux/linux-6.6/mm/
H A Dvmscan.c8022 * If RECLAIM_UNMAP is set, then all file pages are considered in node_pagecache_reclaimable()
8027 if (node_reclaim_mode & RECLAIM_UNMAP) in node_pagecache_reclaimable()
8058 .may_unmap = !!(node_reclaim_mode & RECLAIM_UNMAP), in __node_reclaim()
8071 * We need to be able to allocate from the reserves for RECLAIM_UNMAP in __node_reclaim()

Completed in 16 milliseconds