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

  /src/sys/fs/cd9660/
cd9660_node.c 60 struct pool cd9660_node_pool; variable in typeref:struct:pool
72 pool_init(&cd9660_node_pool, sizeof(struct iso_node), 0, 0, 0,
92 pool_destroy(&cd9660_node_pool);
138 pool_put(&cd9660_node_pool, vp->v_data);
cd9660_node.c 60 struct pool cd9660_node_pool; variable in typeref:struct:pool
72 pool_init(&cd9660_node_pool, sizeof(struct iso_node), 0, 0, 0,
92 pool_destroy(&cd9660_node_pool);
138 pool_put(&cd9660_node_pool, vp->v_data);

Completed in 45 milliseconds