Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dpage_io.c409 if (sis->flags & SWP_SYNCHRONOUS_IO) { in swap_readpage()
Dswapfile.c3257 p->flags |= SWP_SYNCHRONOUS_IO; in SYSCALL_DEFINE2()
Dmemory.c3364 if (data_race(si->flags & SWP_SYNCHRONOUS_IO) && in do_swap_page()
/kernel/linux/linux-5.10/include/linux/
Dswap.h177 SWP_SYNCHRONOUS_IO = (1 << 12), /* synchronous IO is efficient */ enumerator