Searched refs:uma_zfree_smr (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/compat/include/vm/ |
| H A D | uma.h | 385 void uma_zfree_smr(uma_zone_t zone, void *item);
|
| /f-stack/freebsd/vm/ |
| H A D | uma.h | 385 void uma_zfree_smr(uma_zone_t zone, void *item);
|
| H A D | vm_radix.c | 170 uma_zfree_smr(vm_radix_node_zone, rnode); in vm_radix_node_put()
|
| H A D | uma_core.c | 3181 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 D | vfs_cache.c | 595 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 D | vfs_subr.c | 492 uma_zfree_smr(buf_trie_zone, node); in buf_trie_free() 1717 uma_zfree_smr(vnode_zone, vp); in vn_free()
|
| H A D | kern_descrip.c | 3806 uma_zfree_smr(pwd_zone, pwd); in pwd_drop()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 213 uma_zfree_smr(znode_uma_zone, zp); in zfs_znode_free_kmem()
|