Searched refs:sw_blist (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.h | 62 struct blist *sw_blist; member
|
| H A D | swap_pager.c | 806 blk = blist_alloc(sp->sw_blist, &npages, mpages); in swp_pager_getswapspace() 892 blist_free(sp->sw_blist, blk - sp->sw_first, in swp_pager_freeswapspace() 926 blist_stats(sp->sw_blist, &sbuf); in sysctl_swap_fragmentation() 2384 sp->sw_blist = blist_create(nblks, M_WAITOK); in swaponsomething() 2398 blist_free(sp->sw_blist, howmany(BBSIZE, PAGE_SIZE), in swaponsomething() 2514 swap_pager_avail -= blist_fill(sp->sw_blist, 0, nblks); in swapoff_one() 2535 blist_destroy(sp->sw_blist); in swapoff_one()
|