Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dblist.h94 blist_t blist_create(daddr_t blocks, int flags);
/freebsd/sys/kern/
H A Dsubr_blist.c205 blist_create(daddr_t blocks, int flags) in blist_create() function
347 blist_t newbl = blist_create(count, flags); in blist_resize()
1094 bl = blist_create(size, M_WAITOK); in main()
/freebsd/sys/vm/
H A Dswap_pager.c2751 sp->sw_blist = blist_create(nblks, M_WAITOK); in swaponsomething()