Home
last modified time | relevance | path

Searched refs:SWP_SOLIDSTATE (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dswapfile.c537 if (!(si->flags & SWP_SOLIDSTATE)) in swap_cluster_populate()
551 if (!(si->flags & SWP_SOLIDSTATE)) in swap_cluster_populate()
567 if (!(si->flags & SWP_SOLIDSTATE)) in swap_cluster_populate()
1006 if (si->flags & SWP_SOLIDSTATE) { in alloc_swap_scan_cluster()
1112 if (!(si->flags & SWP_SOLIDSTATE)) { in cluster_alloc_swap_entry()
1189 if (!(si->flags & SWP_SOLIDSTATE)) in cluster_alloc_swap_entry()
3170 if (!(p->flags & SWP_SOLIDSTATE)) in SYSCALL_DEFINE1()
3549 if (!(si->flags & SWP_SOLIDSTATE)) { in setup_swap_clusters_info()
3736 si->flags |= SWP_SOLIDSTATE; in SYSCALL_DEFINE2()
3808 (si->flags & SWP_SOLIDSTATE) ? "SS" : "", in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dswap.h202 SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */ enumerator