Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap.h210 SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */ enumerator
/linux/mm/
H A Dswapfile.c819 if (si->flags & SWP_SOLIDSTATE) { in alloc_swap_scan_cluster()
894 if (!(si->flags & SWP_SOLIDSTATE)) { in cluster_alloc_swap_entry()
990 if (!(si->flags & SWP_SOLIDSTATE)) in cluster_alloc_swap_entry()
3192 if (!(si->flags & SWP_SOLIDSTATE)) { in setup_clusters()
3404 si->flags |= SWP_SOLIDSTATE; in SYSCALL_DEFINE2()
3476 (si->flags & SWP_SOLIDSTATE) ? "SS" : "", in SYSCALL_DEFINE2()