HomeSort by: relevance | last modified time | path
    Searched refs:blist_resize (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
blist.h 39 * (void) blist_resize(&blist, count, freeextra)
87 extern void blist_resize(blist_t *pblist, blist_blkno_t count, int freenew);
  /src/sys/kern/
subr_blist.c 300 * blist_resize() - resize an existing radix tree to handle the
308 blist_resize(blist_t *pbl, blist_blkno_t count, int freenew) function in typeref:typename:void
1076 blist_resize(&bl, count, 1);

Completed in 60 milliseconds