Home
last modified time | relevance | path

Searched refs:tm_node_pool (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c485 tmp->tm_node_pool = uma_zcreate("TMPFS node", in tmpfs_mount()
496 uma_zdestroy(tmp->tm_node_pool); in tmpfs_mount()
592 uma_zdestroy(tmp->tm_node_pool); in tmpfs_free_tmp()
H A Dtmpfs.h383 uma_zone_t tm_node_pool; member
H A Dtmpfs_subr.c224 nnode = (struct tmpfs_node *)uma_zalloc_arg(tmp->tm_node_pool, tmp, in tmpfs_alloc_node()
373 uma_zfree(tmp->tm_node_pool, node); in tmpfs_free_node_locked()