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

/linux-master/include/linux/
H A Dswap.h212 SWP_SOLIDSTATE = (1 << 4), /* blkdev seeks are cheap */ enumerator in enum:__anon1251
/linux-master/mm/
H A Dswapfile.c766 if (!(si->flags & SWP_SOLIDSTATE)) {
834 if (si->flags & SWP_SOLIDSTATE)
855 * If seek is cheap, that is the SWP_SOLIDSTATE si->cluster_info
3103 p->flags |= SWP_SOLIDSTATE;
3215 (p->flags & SWP_SOLIDSTATE) ? "SS" : "",

Completed in 109 milliseconds