Home
last modified time | relevance | path

Searched refs:tmpfs_node_pool (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_mem.c49 extern struct pool tmpfs_node_pool;
191 return pool_get(&tmpfs_node_pool, PR_WAITOK); in tmpfs_node_get()
200 pool_put(&tmpfs_node_pool, tn); in tmpfs_node_put()
H A Dtmpfs_vfsops.c65 struct pool tmpfs_node_pool; variable
73 pool_init(&tmpfs_node_pool, sizeof(tmpfs_node_t), 0, 0, 0, in tmpfs_init()
82 pool_destroy(&tmpfs_node_pool); in tmpfs_done()