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 D | refcount.c | 135 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 D | range_tree.c | 333 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 D | zfs_znode.c | 483 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 D | lz4.c | 845 void *ctx = kmem_cache_alloc(lz4_ctx_cache, KM_NOSLEEP); in real_LZ4_compress()
|
| H A D | abd.c | 179 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunk()
|
| H A D | zio.c | 284 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 D | arc.c | 2989 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 D | zil.c | 510 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 D | sa.c | 1380 handle = kmem_cache_alloc(sa_cache, KM_SLEEP); in sa_handle_get_from_db()
|
| H A D | dnode.c | 413 dn = kmem_cache_alloc(dnode_cache, KM_SLEEP); in dnode_create()
|
| H A D | metaslab.c | 2868 kmem_cache_alloc(metaslab_alloc_trace_cache, KM_SLEEP); in metaslab_trace_add()
|
| H A D | dbuf.c | 2542 db = kmem_cache_alloc(dbuf_kmem_cache, KM_SLEEP); in dbuf_create()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | kmem.h | 74 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 66 #define kmem_cache_alloc(...) linux_kmem_cache_alloc(__VA_ARGS__) macro
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_kmem.c | 189 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 D | zfs_context.h | 364 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) macro
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 14347 dstate->dtds_percpu = kmem_cache_alloc(dtrace_state_cache, KM_SLEEP);
|