Home
last modified time | relevance | path

Searched refs:swap_plug (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/mm/
Dpage_io.c304 if (wbc->swap_plug) in swap_writepage_fs()
305 sio = *wbc->swap_plug; in swap_writepage_fs()
326 if (sio->pages == ARRAY_SIZE(sio->bvec) || !wbc->swap_plug) { in swap_writepage_fs()
330 if (wbc->swap_plug) in swap_writepage_fs()
331 *wbc->swap_plug = sio; in swap_writepage_fs()
Dvmscan.c1272 .swap_plug = plug, in pageout()
/Linux-v6.1/include/linux/
Dwriteback.h80 struct swap_iocb **swap_plug; member