Searched refs:autofs_node_pool (Results 1 – 4 of 4) sorted by relevance
60 pool_init(&autofs_node_pool, sizeof(struct autofs_node), 0, 0, 0, in autofs_init()88 pool_destroy(&autofs_node_pool); in autofs_done()
71 extern struct pool autofs_node_pool;
630 anp = pool_get(&autofs_node_pool, PR_WAITOK); in autofs_node_new() 686 pool_put(&autofs_node_pool, anp); in autofs_node_delete()
112 struct pool autofs_node_pool; variable