Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dblist.h96 blist_t blist_create(daddr_t blocks, int flags);
/f-stack/freebsd/kern/
H A Dsubr_blist.c236 blist_create(daddr_t blocks, int flags) in blist_create() function
370 blist_t newbl = blist_create(count, flags); in blist_resize()
1117 bl = blist_create(size, M_WAITOK); in main()
/f-stack/freebsd/vm/
H A Dswap_pager.c2384 sp->sw_blist = blist_create(nblks, M_WAITOK); in swaponsomething()