Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h147 SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */ enumerator
/linux-4.4.14/mm/
Dswapfile.c2467 p->flags |= SWP_SOLIDSTATE; in SYSCALL_DEFINE2()
2547 (p->flags & SWP_SOLIDSTATE) ? "SS" : "", in SYSCALL_DEFINE2()