Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dshmem_fs.h84 bool noswap; /* ignores VM reclaim / swap requests */ member
H A Dswap.h389 gfp_t gfp_mask, bool noswap,
/linux/mm/
H A Dshmem.c123 bool noswap; member
1601 if ((info->flags & SHMEM_F_LOCKED) || sbinfo->noswap) in shmem_writeout()
3106 if (sbinfo->noswap) in __shmem_get_inode()
4698 ctx->noswap = true; in shmem_parse_one()
4853 if (ctx->noswap && !sbinfo->noswap) { in shmem_reconfigure()
4896 if (ctx->noswap) in shmem_reconfigure()
4897 sbinfo->noswap = true; in shmem_reconfigure()
4955 if (sbinfo->noswap) in shmem_show_options()
5034 sbinfo->noswap = ctx->noswap; in shmem_fill_super()
H A Dvmscan.c6613 gfp_t gfp_mask, bool noswap, in mem_cgroup_shrink_node() argument
6624 .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.