Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c473 static void swp_pager_async_iodone(struct buf *bp);
1413 bp->b_iodone = swp_pager_async_iodone; in swap_pager_getpages_locked()
1644 bp->b_iodone = swp_pager_async_iodone; in swap_pager_putpages()
1667 swp_pager_async_iodone(bp); in swap_pager_putpages()
1682 swp_pager_async_iodone(struct buf *bp) in swp_pager_async_iodone() function