Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswap.h210 SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */ enumerator
/linux-6.15/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()
991 if (!(si->flags & SWP_SOLIDSTATE)) in cluster_alloc_swap_entry()
3203 if (!(si->flags & SWP_SOLIDSTATE)) { in setup_clusters()
3399 si->flags |= SWP_SOLIDSTATE; in SYSCALL_DEFINE2()
3471 (si->flags & SWP_SOLIDSTATE) ? "SS" : "", in SYSCALL_DEFINE2()