Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/uma/smrstress/
HDsmrstress.c107 cur = uma_zalloc_smr(smrs_zone, M_WAITOK); in smrs_write()
141 (uintptr_t)uma_zalloc_smr(smrs_zone, M_WAITOK)); in smrs_start()
/freebsd-13-stable/sys/vm/
HDuma.h340 void *uma_zalloc_smr(uma_zone_t zone, int flags);
HDvm_radix.c127 rnode = uma_zalloc_smr(vm_radix_node_zone, M_NOWAIT); in vm_radix_node_get()
HDuma_core.c3344 uma_zfree_smr(zone, uma_zalloc_smr(zone, M_WAITOK)); in uma_zwait()
3586 uma_zalloc_smr(uma_zone_t zone, int flags) in uma_zalloc_smr() function
/freebsd-13-stable/sys/kern/
HDvfs_cache.c641 return (uma_zalloc_smr(cache_zone_small, flags)); in cache_symlink_alloc()
644 return (uma_zalloc_smr(cache_zone_large, flags)); in cache_symlink_alloc()
678 ncp_ts = uma_zalloc_smr(cache_zone_small_ts, M_WAITOK); in cache_alloc_uma()
680 ncp_ts = uma_zalloc_smr(cache_zone_large_ts, M_WAITOK); in cache_alloc_uma()
684 ncp = uma_zalloc_smr(cache_zone_small, M_WAITOK); in cache_alloc_uma()
686 ncp = uma_zalloc_smr(cache_zone_large, M_WAITOK); in cache_alloc_uma()
HDvfs_subr.c526 return (uma_zalloc_smr(buf_trie_zone, M_NOWAIT)); in buf_trie_alloc()
2037 return (uma_zalloc_smr(vnode_zone, M_WAITOK)); in vn_alloc_hard()
2052 return (uma_zalloc_smr(vnode_zone, M_WAITOK)); in vn_alloc()
HDkern_descrip.c4017 pwd = uma_zalloc_smr(pwd_zone, M_WAITOK); in pwd_alloc()
/freebsd-13-stable/sys/fs/tmpfs/
HDtmpfs_subr.c579 nnode = uma_zalloc_smr(tmpfs_node_pool, M_WAITOK); in tmpfs_alloc_node()
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_znode.c219 return (uma_zalloc_smr(znode_uma_zone, flags)); in zfs_znode_alloc_kmem()
/freebsd-13-stable/sys/ufs/ffs/
HDffs_vfsops.c1775 ip = uma_zalloc_smr(uma_inode, M_WAITOK | M_ZERO); in ffs_vgetf()