Home
last modified time | relevance | path

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

/openbsd/sys/tmpfs/
H A Dtmpfs_mem.c47 extern struct pool tmpfs_node_pool;
177 return pool_get(&tmpfs_node_pool, PR_WAITOK); in tmpfs_node_get()
186 pool_put(&tmpfs_node_pool, tn); in tmpfs_node_put()
H A Dtmpfs_vfsops.c57 struct pool tmpfs_node_pool; variable
78 pool_init(&tmpfs_node_pool, sizeof(tmpfs_node_t), 0, IPL_NONE, in tmpfs_init()