Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/common/include/linux/
H A Dslab.h241 kmem_cache_alloc(struct kmem_cache *kc, gfp_t gfp) in kmem_cache_alloc() function
265 return kmem_cache_alloc(kc, (gfp | __GFP_ZERO)); in kmem_cache_zalloc()
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dkmem.h58 void *kmem_cache_alloc(kmem_cache_t *, int);
/netbsd-src/external/cddl/osnet/dist/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.c224 rs = kmem_cache_alloc(range_seg_cache, KM_SLEEP); in range_tree_add()
273 newseg = kmem_cache_alloc(range_seg_cache, KM_SLEEP); in range_tree_remove()
H A Dzfs_znode.c495 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_create_share_dir()
638 zp = kmem_cache_alloc(znode_cache, KM_SLEEP); in zfs_znode_alloc()
2116 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 Darc.c2506 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_alloc_impl()
2557 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE); in arc_buf_clone()
2872 hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE); in arc_hdr_alloc()
2918 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE); in arc_hdr_realloc()
3412 markers[i] = kmem_cache_alloc(hdr_full_cache, KM_SLEEP); in arc_evict_state()
7034 head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE); in l2arc_write_buffers()
H A Dzio.c289 return (kmem_cache_alloc(zio_buf_cache[c], in zio_buf_alloc_impl()
323 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE)); in zio_data_buf_alloc()
465 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); in zio_add_child()
636 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
H A Dsa.c1392 handle = kmem_cache_alloc(sa_cache, KM_SLEEP); in sa_handle_get_from_db()
H A Dzil.c462 lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP); in zil_alloc_lwb()
H A Ddnode.c410 dn = kmem_cache_alloc(dnode_cache, KM_SLEEP); in dnode_create()
H A Dmetaslab.c2629 kmem_cache_alloc(metaslab_alloc_trace_cache, KM_SLEEP); in metaslab_trace_add()
H A Ddbuf.c2218 db = kmem_cache_alloc(dbuf_kmem_cache, KM_SLEEP); in dbuf_create()
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dkmem.c107 kmem_cache_alloc(kmem_cache_t *km, int flags) in kmem_cache_alloc() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_scheduler.c181 p = kmem_cache_alloc(global.slab_priorities, GFP_ATOMIC); in i915_sched_lookup_priolist()
485 return kmem_cache_alloc(global.slab_dependencies, GFP_KERNEL); in i915_dependency_alloc()
H A Di915_request.c326 cb = kmem_cache_alloc(global.slab_execute_cbs, gfp); in __await_execution()
580 rq = kmem_cache_alloc(global.slab_requests, in request_alloc_slow()
593 return kmem_cache_alloc(global.slab_requests, gfp); in request_alloc_slow()
667 rq = kmem_cache_alloc(global.slab_requests, in __i915_request_create()
H A Di915_active.c290 prealloc = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in active_instance()
733 node = kmem_cache_alloc(global.slab_cache, GFP_KERNEL); in i915_active_acquire_preallocate_barrier()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dhotkernel_example.txt118 genunix`kmem_cache_alloc 3 0.2%
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sync.c176 e = kmem_cache_alloc(amdgpu_sync_slab, GFP_KERNEL); in amdgpu_sync_fence()
H A Damdgpu_fence.c153 fence = kmem_cache_alloc(amdgpu_fence_slab, GFP_KERNEL); in amdgpu_fence_emit()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dhotkernel_example.txt118 genunix`kmem_cache_alloc 3 0.2%
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h372 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) macro
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_context.c103 return kmem_cache_alloc(global.slab_luts, GFP_KERNEL); in i915_lut_handle_alloc()
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c14697 dstate->dtds_percpu = kmem_cache_alloc(dtrace_state_cache, KM_SLEEP);