Searched refs:kmem_cache_alloc (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/debug/
H A Dmtrack.h117 #define kmem_cache_alloc(cache, flags) ({ \ macro
120 __memtrack_addr = kmem_cache_alloc(cache, flags); \
H A Dmemtrack.c36 #ifdef kmem_cache_alloc
37 #undef kmem_cache_alloc macro
103 "kmem_cache_alloc"
203 kmem_cache_alloc(meminfo_cache, alloc_flags);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h74 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dslab.h84 kmem_cache_alloc(struct kmem_cache *c, int flags) function
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c124 ref = kmem_cache_alloc(reference_cache, KM_SLEEP);
167 kmem_cache_alloc(reference_history_cache,
H A Drange_tree.c222 rs = kmem_cache_alloc(range_seg_cache, KM_SLEEP);
271 newseg = kmem_cache_alloc(range_seg_cache, KM_SLEEP);
H A Dlz4.c845 void *ctx = kmem_cache_alloc(lz4_ctx_cache, KM_NOSLEEP);
H A Dzfs_znode.c489 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP);
625 zp = kmem_cache_alloc(znode_cache, KM_SLEEP);
1867 rootzp = kmem_cache_alloc(znode_cache, KM_SLEEP);
H A Darc.c1483 hdr = kmem_cache_alloc(hdr_cache, KM_PUSHPAGE);
1490 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
1565 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
3270 buf = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
3643 nhdr = kmem_cache_alloc(hdr_cache, KM_PUSHPAGE);
4938 head = kmem_cache_alloc(hdr_cache, KM_PUSHPAGE);
H A Dzio.c265 return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE));
284 return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE));
439 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP);
561 zio = kmem_cache_alloc(zio_cache, KM_SLEEP);
H A Dsa.c1386 handle = kmem_cache_alloc(sa_cache, KM_SLEEP);
H A Dzil.c449 lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP);
H A Ddnode.c371 dnode_t *dn = kmem_cache_alloc(dnode_cache, KM_SLEEP);
H A Ddbuf.c1656 db = kmem_cache_alloc(dbuf_cache, KM_SLEEP);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c193 kmem_cache_alloc(kmem_cache_t *cache, int flags) function
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c732 mad_priv = kmem_cache_alloc(ib_mad_cache, GFP_ATOMIC);
1896 response = kmem_cache_alloc(ib_mad_cache, GFP_KERNEL);
2563 mad_priv = kmem_cache_alloc(ib_mad_cache, GFP_KERNEL);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h351 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) macro
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c1018 idp = kmem_cache_alloc(cyclic_id_cache, KM_SLEEP);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12925 dstate->dtds_percpu = kmem_cache_alloc(dtrace_state_cache, KM_SLEEP);

Completed in 399 milliseconds