Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_io.c470 else if (data_race(sis->flags & SWP_SYNCHRONOUS_IO)) in __swap_writepage()
618 bool synchronous = sis->flags & SWP_SYNCHRONOUS_IO; in swap_read_folio()
H A Dswapfile.c3396 si->flags |= SWP_SYNCHRONOUS_IO; in SYSCALL_DEFINE2()
H A Dshmem.c2284 if (!fallback_order0 && data_race(si->flags & SWP_SYNCHRONOUS_IO)) { in shmem_swapin_folio()
H A Dmemory.c4487 if (data_race(si->flags & SWP_SYNCHRONOUS_IO) && in do_swap_page()
/linux-6.15/include/linux/
H A Dswap.h218 SWP_SYNCHRONOUS_IO = (1 << 12), /* synchronous IO is efficient */ enumerator