Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c516 if (!(si->flags & SWP_SOLIDSTATE)) in swap_cluster_alloc_table()
531 if (!(si->flags & SWP_SOLIDSTATE)) in swap_cluster_alloc_table()
941 if (si->flags & SWP_SOLIDSTATE) { in alloc_swap_scan_cluster()
1039 if (!(si->flags & SWP_SOLIDSTATE)) { in cluster_alloc_swap_entry()
1123 if (!(si->flags & SWP_SOLIDSTATE)) in cluster_alloc_swap_entry()
2914 if (!(p->flags & SWP_SOLIDSTATE)) in SYSCALL_DEFINE1()
3330 if (!(si->flags & SWP_SOLIDSTATE)) { in setup_clusters()
3534 si->flags |= SWP_SOLIDSTATE; in SYSCALL_DEFINE2()
3602 (si->flags & SWP_SOLIDSTATE) ? "SS" : "", in SYSCALL_DEFINE2()
/linux/include/linux/
H A Dswap.h210 SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */ enumerator