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

123456789

/linux-master/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_tprobe.tc9 TRACEPOINT1=kmem_cache_alloc
H A Dadd_remove_btfarg.tc28 TP2=kmem_cache_alloc
/linux-master/fs/dlm/
H A Dmemory.c135 return kmem_cache_alloc(mhandle_cache, GFP_ATOMIC);
145 return kmem_cache_alloc(writequeue_cache, GFP_ATOMIC);
155 return kmem_cache_alloc(msg_cache, GFP_ATOMIC);
165 return kmem_cache_alloc(cb_cache, GFP_ATOMIC);
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h25 return kmem_cache_alloc(PGT_CACHE(PUD_INDEX_SIZE),
53 return kmem_cache_alloc(PGT_CACHE(PMD_CACHE_INDEX),
/linux-master/arch/sh/mm/
H A Dpgtable.c36 return kmem_cache_alloc(pgd_cachep, GFP_KERNEL);
52 return kmem_cache_alloc(pmd_cachep, GFP_KERNEL | __GFP_ZERO);
/linux-master/lib/
H A Dslub_kunit.c32 u8 *p = kmem_cache_alloc(s, GFP_KERNEL);
50 u8 *p = kmem_cache_alloc(s, GFP_KERNEL);
95 u8 *p = kmem_cache_alloc(s, GFP_KERNEL);
110 u8 *p = kmem_cache_alloc(s, GFP_KERNEL);
126 u8 *p = kmem_cache_alloc(s, GFP_KERNEL);
H A Dtest_meminit.c245 buf = kmem_cache_alloc(c, alloc_mask);
302 buf = kmem_cache_alloc(c, GFP_KERNEL);
325 buf = kmem_cache_alloc(c, GFP_KERNEL);
/linux-master/fs/jffs2/
H A Dmalloc.c114 ret = kmem_cache_alloc(full_dnode_slab, GFP_KERNEL);
128 ret = kmem_cache_alloc(raw_dirent_slab, GFP_KERNEL);
142 ret = kmem_cache_alloc(raw_inode_slab, GFP_KERNEL);
156 ret = kmem_cache_alloc(tmp_dnode_info_slab, GFP_KERNEL);
172 ret = kmem_cache_alloc(raw_node_ref_slab, GFP_KERNEL);
235 ret = kmem_cache_alloc(node_frag_slab, GFP_KERNEL);
249 ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL);
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h28 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL);
45 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL);
55 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL);
/linux-master/tools/include/linux/
H A Dslab.h33 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) function
/linux-master/arch/arm64/mm/
H A Dpgd.c38 return kmem_cache_alloc(pgd_cache, gfp);
/linux-master/samples/kmemleak/
H A Dkmemleak-test.c52 pr_info("kmem_cache_alloc(files_cachep) = %p\n",
53 kmem_cache_alloc(files_cachep, GFP_KERNEL));
54 pr_info("kmem_cache_alloc(files_cachep) = %p\n",
55 kmem_cache_alloc(files_cachep, GFP_KERNEL));
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h10 return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
/linux-master/arch/sh/kernel/
H A Dprocess.c30 dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep,
/linux-master/arch/sh/kernel/cpu/
H A Dfpu.c23 tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep,
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h22 return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h41 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);
H A Dverbs_txreq.c61 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h55 pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE),
97 pud = kmem_cache_alloc(PGT_CACHE(PUD_CACHE_INDEX),
/linux-master/security/integrity/ima/
H A Dima_iint.c99 iint = kmem_cache_alloc(ima_iint_cache, GFP_NOFS);
/linux-master/tools/testing/radix-tree/
H A Dlinux.c245 list[i] = kmem_cache_alloc(test_cache, __GFP_DIRECT_RECLAIM);
255 list[i] = kmem_cache_alloc(test_cache, __GFP_DIRECT_RECLAIM);
/linux-master/drivers/misc/lkdtm/
H A Dheap.c320 val = kmem_cache_alloc(double_free_cache, GFP_KERNEL);
337 val = kmem_cache_alloc(a_cache, GFP_KERNEL);
/linux-master/net/dccp/ccids/lib/
H A Dloss_interval.c40 lh->ring[LIH_INDEX(lh->counter)] = kmem_cache_alloc(tfrc_lh_slab,
/linux-master/kernel/
H A Dutsname.c34 uts_ns = kmem_cache_alloc(uts_ns_cache, GFP_KERNEL);
/linux-master/fs/
H A Dfs_struct.c114 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL);

Completed in 559 milliseconds

123456789