Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h204 #ifdef kmem_cache_alloc
205 #undef kmem_cache_alloc
207 #define kmem_cache_alloc(skc, flags) spl_kmem_cache_alloc(skc, flags) macro
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c50 kcf_ctx = kmem_cache_alloc(kcf_context_cache, KM_SLEEP); in kcf_new_ctx()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h72 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h87 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c75 return (kmem_cache_alloc(zlib_workspace_cache, flags & ~(__GFP_FS))); in zlib_workspace_alloc()
H A Dspl-kmem-cache.c42 #undef kmem_cache_alloc
1243 obj = kmem_cache_alloc(slc, kmem_flags_convert(flags)); in spl_kmem_cache_alloc()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h64 #define kmem_cache_alloc(...) lkpi_kmem_cache_alloc(__VA_ARGS__) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c191 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c139 ref = kmem_cache_alloc(reference_cache, KM_SLEEP); in zfs_refcount_add_many()
H A Dddt.c545 dde = kmem_cache_alloc(ddt_entry_cache, KM_SLEEP); in ddt_alloc()
707 ddt = kmem_cache_alloc(ddt_cache, KM_SLEEP); in ddt_table_alloc()
H A Dbrt.c1136 bre = kmem_cache_alloc(brt_entry_cache, KM_SLEEP); in brt_entry_alloc()
1395 newbpe = kmem_cache_alloc(brt_pending_entry_cache, KM_SLEEP); in brt_pending_add()
H A Dlz4_zfs.c905 return (kmem_cache_alloc(lz4_cache, flags)); in lz4_alloc()
H A Dzio.c361 void *p = kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE); in zio_buf_alloc()
379 void *p = kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE); in zio_data_buf_alloc()
684 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); in zio_add_child()
720 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); in zio_add_child_first()
906 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
H A Darc.c1721 hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP); in arc_buf_alloc_l2only()
2730 buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
3255 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
3303 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
3991 arc_buf_hdr_t *marker = kmem_cache_alloc(hdr_full_cache, KM_SLEEP); in arc_state_alloc_marker()
9056 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzil.c788 lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP); in zil_alloc_lwb()
3385 zil_commit_waiter_t *zcw = kmem_cache_alloc(zil_zcw_cache, KM_SLEEP); in zil_alloc_commit_waiter()
H A Dbtree.c180 return (kmem_cache_alloc(zfs_btree_leaf_cache, KM_SLEEP)); in zfs_btree_leaf_alloc()
H A Dsa.c1411 handle = kmem_cache_alloc(sa_cache, KM_SLEEP); in sa_handle_get_from_db()
H A Ddnode.c575 dn = kmem_cache_alloc(dnode_cache, KM_SLEEP); in dnode_create()
H A Ddsl_scan.c380 return (kmem_cache_alloc(sio_cache[nr_dvas - 1], KM_SLEEP)); in sio_alloc()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c194 kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunks()
H A Dzfs_znode.c245 return (kmem_cache_alloc(znode_cache, flags)); in zfs_znode_alloc_kmem()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c281 zh_new = kmem_cache_alloc(znode_hold_cache, KM_SLEEP); in zfs_znode_hold_enter()
375 zp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_inode_alloc()
1938 rootzp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_create_fs()
H A Dabd_os.c221 abd_t *abd = kmem_cache_alloc(abd_cache, KM_PUSHPAGE); in abd_alloc_struct_impl()
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c853 void *ctx = kmem_cache_alloc(lz4_ctx_cache, KM_NOSLEEP); in real_LZ4_compress()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h426 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)

12