Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c135 ref = kmem_cache_alloc(reference_cache, KM_SLEEP); in refcount_add_many()
178 kmem_cache_alloc(reference_history_cache, in refcount_remove_many()
H A Drange_tree.c333 rs = kmem_cache_alloc(range_seg_cache, KM_SLEEP); in range_tree_add_impl()
422 newseg = kmem_cache_alloc(range_seg_cache, KM_SLEEP); in range_tree_remove_impl()
H A Dzfs_znode.c483 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_create_share_dir()
617 zp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_znode_alloc()
1934 rootzp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_create_fs()
H A Dlz4.c845 void *ctx = kmem_cache_alloc(lz4_ctx_cache, KM_NOSLEEP); in real_LZ4_compress()
H A Dabd.c179 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunk()
H A Dzio.c284 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE)); in zio_buf_alloc()
303 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE)); in zio_data_buf_alloc()
463 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); in zio_add_child()
656 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
H A Darc.c2989 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
3416 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3462 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
3990 markers[i] = kmem_cache_alloc(hdr_full_cache, KM_SLEEP); in arc_evict_state()
8094 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzil.c510 lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP); in zil_alloc_lwb()
2589 zil_commit_waiter_t *zcw = kmem_cache_alloc(zil_zcw_cache, KM_SLEEP); in zil_alloc_commit_waiter()
H A Dsa.c1380 handle = kmem_cache_alloc(sa_cache, KM_SLEEP); in sa_handle_get_from_db()
H A Ddnode.c413 dn = kmem_cache_alloc(dnode_cache, KM_SLEEP); in dnode_create()
H A Dmetaslab.c2868 kmem_cache_alloc(metaslab_alloc_trace_cache, KM_SLEEP); in metaslab_trace_add()
H A Ddbuf.c2542 db = kmem_cache_alloc(dbuf_kmem_cache, KM_SLEEP); in dbuf_create()
/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h74 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h66 #define kmem_cache_alloc(...) linux_kmem_cache_alloc(__VA_ARGS__) macro
/freebsd-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c189 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc() function
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h364 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) macro
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14347 dstate->dtds_percpu = kmem_cache_alloc(dtrace_state_cache, KM_SLEEP);