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

  /src/sys/ufs/lfs/
lfs_balloc.c 642 lbp = (struct lbnentry *)pool_get(&lfs_lbnentry_pool, PR_WAITOK);
648 pool_put(&lfs_lbnentry_pool, lbp);
677 pool_put(&lfs_lbnentry_pool, lbp);
lfs_extern.h 119 extern struct pool lfs_lbnentry_pool; /* memory pool for balloc accounting */
lfs_vfsops.c 403 struct pool lfs_lbnentry_pool; variable in typeref:struct:pool
564 pool_init(&lfs_lbnentry_pool, sizeof(struct lbnentry), 0, 0, 0,
600 pool_destroy(&lfs_lbnentry_pool);

Completed in 52 milliseconds