Searched refs:blist_resize (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dblist.h12 * (void) blist_resize(&blist, count, freeextra)
98 extern void blist_resize(blist_t *pblist, daddr_t count, int freenew);
H A Dblist.c256 * blist_resize() - resize an existing radix tree to handle the
264 blist_resize(blist_t *pbl, daddr_t count, int freenew) function
888 blist_resize(&bl, count, 1);
H A Ddtrace_glue.c1011 blist_resize(&bl, (bl->bl_blocks) << 1, 1);
1015 panic("vmem_alloc: failure after blist_resize!");

Completed in 15 milliseconds