Home
last modified time | relevance | path

Searched refs:uma_zfree_smr (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/vm/
H A Duma.h385 void uma_zfree_smr(uma_zone_t zone, void *item);
/f-stack/freebsd/vm/
H A Duma.h385 void uma_zfree_smr(uma_zone_t zone, void *item);
H A Dvm_radix.c170 uma_zfree_smr(vm_radix_node_zone, rnode); in vm_radix_node_put()
H A Duma_core.c3181 uma_zfree_smr(zone, uma_zalloc_smr(zone, M_WAITOK)); in uma_zwait()
4136 uma_zfree_smr(uma_zone_t zone, void *item) in uma_zfree_smr() function
/f-stack/freebsd/kern/
H A Dvfs_cache.c595 uma_zfree_smr(cache_zone_small, string); in cache_symlink_free()
599 uma_zfree_smr(cache_zone_large, string); in cache_symlink_free()
634 uma_zfree_smr(cache_zone_small_ts, ncp_ts); in cache_free_uma()
636 uma_zfree_smr(cache_zone_large_ts, ncp_ts); in cache_free_uma()
639 uma_zfree_smr(cache_zone_small, ncp); in cache_free_uma()
641 uma_zfree_smr(cache_zone_large, ncp); in cache_free_uma()
H A Dvfs_subr.c492 uma_zfree_smr(buf_trie_zone, node); in buf_trie_free()
1717 uma_zfree_smr(vnode_zone, vp); in vn_free()
H A Dkern_descrip.c3806 uma_zfree_smr(pwd_zone, pwd); in pwd_drop()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c213 uma_zfree_smr(znode_uma_zone, zp); in zfs_znode_free_kmem()