Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h331 void *uma_zalloc_smr(uma_zone_t zone, int flags);
/f-stack/freebsd/vm/
H A Duma.h331 void *uma_zalloc_smr(uma_zone_t zone, int flags);
H A Dvm_radix.c129 rnode = uma_zalloc_smr(vm_radix_node_zone, M_NOWAIT); in vm_radix_node_get()
H A Duma_core.c3181 uma_zfree_smr(zone, uma_zalloc_smr(zone, M_WAITOK)); in uma_zwait()
3409 uma_zalloc_smr(uma_zone_t zone, int flags) in uma_zalloc_smr() function
/f-stack/freebsd/kern/
H A Dvfs_cache.c576 return (uma_zalloc_smr(cache_zone_small, flags)); in cache_symlink_alloc()
579 return (uma_zalloc_smr(cache_zone_large, flags)); in cache_symlink_alloc()
613 ncp_ts = uma_zalloc_smr(cache_zone_small_ts, M_WAITOK); in cache_alloc_uma()
615 ncp_ts = uma_zalloc_smr(cache_zone_large_ts, M_WAITOK); in cache_alloc_uma()
619 ncp = uma_zalloc_smr(cache_zone_small, M_WAITOK); in cache_alloc_uma()
621 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK); in cache_alloc_uma()
H A Dvfs_subr.c486 return (uma_zalloc_smr(buf_trie_zone, M_NOWAIT)); in buf_trie_alloc()
1693 return (uma_zalloc_smr(vnode_zone, M_WAITOK)); in vn_alloc_hard()
1709 return (uma_zalloc_smr(vnode_zone, M_WAITOK)); in vn_alloc()
H A Dkern_descrip.c3787 pwd = uma_zalloc_smr(pwd_zone, M_WAITOK); in pwd_alloc()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c206 return (uma_zalloc_smr(znode_uma_zone, flags)); in zfs_znode_alloc_kmem()