Home
last modified time | relevance | path

Searched refs:SWP_SYNCHRONOUS_IO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dpage_io.c383 else if (sis->flags & SWP_SYNCHRONOUS_IO) in __swap_writepage()
521 } else if (synchronous || (sis->flags & SWP_SYNCHRONOUS_IO)) { in swap_readpage()
H A Dswapfile.c3086 p->flags |= SWP_SYNCHRONOUS_IO; in SYSCALL_DEFINE2()
H A Dmemory.c3815 if (data_race(si->flags & SWP_SYNCHRONOUS_IO) && in do_swap_page()
/openbmc/linux/include/linux/
H A Dswap.h220 SWP_SYNCHRONOUS_IO = (1 << 12), /* synchronous IO is efficient */ enumerator