Searched refs:uma_zalloc_smr (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/compat/include/vm/ |
| H A D | uma.h | 331 void *uma_zalloc_smr(uma_zone_t zone, int flags);
|
| /f-stack/freebsd/vm/ |
| H A D | uma.h | 331 void *uma_zalloc_smr(uma_zone_t zone, int flags);
|
| H A D | vm_radix.c | 129 rnode = uma_zalloc_smr(vm_radix_node_zone, M_NOWAIT); in vm_radix_node_get()
|
| H A D | uma_core.c | 3181 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 D | vfs_cache.c | 576 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 D | vfs_subr.c | 486 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 D | kern_descrip.c | 3787 pwd = uma_zalloc_smr(pwd_zone, M_WAITOK); in pwd_alloc()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_znode.c | 206 return (uma_zalloc_smr(znode_uma_zone, flags)); in zfs_znode_alloc_kmem()
|