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

  /src/sys/fs/v7fs/
v7fs_vfsops.c 70 struct pool v7fs_node_pool; variable in typeref:struct:pool
450 v7fs_node = pool_get(&v7fs_node_pool, PR_WAITOK);
534 pool_init(&v7fs_node_pool, sizeof(struct v7fs_node), 0, 0, 0,
535 "v7fs_node_pool", &pool_allocator_nointr, IPL_NONE);
551 pool_destroy(&v7fs_node_pool);

Completed in 136 milliseconds