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

/linux-master/include/uapi/linux/
H A Dmempolicy.h74 #define RECLAIM_UNMAP (1<<2) /* Unmap pages during reclaim */ macro
/linux-master/include/linux/
H A Dswap.h420 return node_reclaim_mode & (RECLAIM_ZONE|RECLAIM_WRITE|RECLAIM_UNMAP);
/linux-master/mm/
H A Dvmscan.c7366 * If RECLAIM_UNMAP is set, then all file pages are considered
7371 if (node_reclaim_mode & RECLAIM_UNMAP)
7402 .may_unmap = !!(node_reclaim_mode & RECLAIM_UNMAP),
7416 * We need to be able to allocate from the reserves for RECLAIM_UNMAP

Completed in 189 milliseconds