Home
last modified time | relevance | path

Searched refs:noswap (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dshmem_fs.h82 bool noswap; /* ignores VM reclaim / swap requests */ member
/linux/mm/
H A Dshmem.c124 bool noswap; member
1618 if ((info->flags & SHMEM_F_LOCKED) || sbinfo->noswap) in shmem_writeout()
3067 if (sbinfo->noswap) in __shmem_get_inode()
4643 ctx->noswap = true; in shmem_parse_one()
4798 if (ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4841 if (ctx->noswap) in shmem_reconfigure()
4842 sbinfo->noswap = true; in shmem_reconfigure()
4900 if (sbinfo->noswap) in shmem_show_options()
4982 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
H A Dinternal.h89 gfp_t gfp_mask, bool noswap,
H A Dvmscan.c6816 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
6827 .may_swap = !noswap, in mem_cgroup_shrink_node()
/linux/Documentation/mm/
H A Dunevictable-lru.rst45 * Those owned by tmpfs with the noswap mount option.