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

/linux-master/include/linux/
H A Dshmem_fs.h68 bool noswap; /* ignores VM reclaim / swap requests */ member in struct:shmem_sb_info
H A Dswap.h402 gfp_t gfp_mask, bool noswap,
/linux-master/mm/
H A Dshmem.c123 bool noswap; member in struct:shmem_options
1439 if (WARN_ON_ONCE((info->flags & VM_LOCKED) || sbinfo->noswap))
2530 if (sbinfo->noswap)
3918 fsparam_flag ("noswap", Opt_noswap),
4036 ctx->noswap = true;
4187 if ((ctx->seen & SHMEM_SEEN_NOSWAP) && ctx->noswap && !sbinfo->noswap) {
4191 if (!(ctx->seen & SHMEM_SEEN_NOSWAP) && !ctx->noswap && sbinfo->noswap) {
4234 if (ctx->noswap)
[all...]
H A Dswapfile.c1069 goto noswap;
1133 noswap:
H A Dvmscan.c6461 gfp_t gfp_mask, bool noswap,
6472 .may_swap = !noswap,
6460 mem_cgroup_shrink_node(struct mem_cgroup *memcg, gfp_t gfp_mask, bool noswap, pg_data_t *pgdat, unsigned long *nr_scanned) argument

Completed in 188 milliseconds