Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c461 static void swp_pager_async_iodone(struct buf *bp);
1326 bp->b_iodone = swp_pager_async_iodone; in swap_pager_getpages_locked()
1566 bp->b_iodone = swp_pager_async_iodone; in swap_pager_putpages()
1589 swp_pager_async_iodone(bp); in swap_pager_putpages()
1604 swp_pager_async_iodone(struct buf *bp) in swp_pager_async_iodone() function