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

  /src/sys/fs/msdosfs/
msdosfs_denode.c 114 static struct pool fh_pool; variable in typeref:struct:pool
142 pool_init(&fh_pool, sizeof(struct fh_node), 0, 0, 0,
162 pool_destroy(&fh_pool);
662 fhp = pool_get(&fh_pool, PR_WAITOK);
692 pool_put(&fh_pool, fhp);
733 pool_put(&fh_pool, fhp);
msdosfs_denode.c 114 static struct pool fh_pool; variable in typeref:struct:pool
142 pool_init(&fh_pool, sizeof(struct fh_node), 0, 0, 0,
162 pool_destroy(&fh_pool);
662 fhp = pool_get(&fh_pool, PR_WAITOK);
692 pool_put(&fh_pool, fhp);
733 pool_put(&fh_pool, fhp);

Completed in 26 milliseconds