Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dblist.h95 daddr_t blist_alloc(blist_t blist, daddr_t count);
/freebsd-12.1/sys/kern/
H A Dsubr_blist.c287 blist_alloc(blist_t bl, daddr_t count) in blist_alloc() function
1106 daddr_t blk = blist_alloc(bl, count); in main()
/freebsd-12.1/sys/vm/
H A Dswap_pager.c737 blk = blist_alloc(sp->sw_blist, npages); in swp_pager_getswapspace()