| /linux-4.4.14/scripts/coccinelle/api/alloc/ | 
| D | alloc_cast.cocci | 2 /// like kmalloc, kzalloc, kmem_cache_alloc, kmem_cache_zalloc etc. 5 //# kmalloc, kzalloc, kcalloc, kmem_cache_alloc, kmem_cache_zalloc, 30   \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| 42   (\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\| 54  (T@p *)\(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|
  | 
| /linux-4.4.14/fs/jffs2/ | 
| D | malloc.c | 130 	ret = kmem_cache_alloc(full_dnode_slab, GFP_KERNEL);  in jffs2_alloc_full_dnode() 144 	ret = kmem_cache_alloc(raw_dirent_slab, GFP_KERNEL);  in jffs2_alloc_raw_dirent() 158 	ret = kmem_cache_alloc(raw_inode_slab, GFP_KERNEL);  in jffs2_alloc_raw_inode() 172 	ret = kmem_cache_alloc(tmp_dnode_info_slab, GFP_KERNEL);  in jffs2_alloc_tmp_dnode_info() 188 	ret = kmem_cache_alloc(raw_node_ref_slab, GFP_KERNEL);  in jffs2_alloc_refblock() 251 	ret = kmem_cache_alloc(node_frag_slab, GFP_KERNEL);  in jffs2_alloc_node_frag() 265 	ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL);  in jffs2_alloc_inode_cache()
  | 
| D | super.c | 41 	f = kmem_cache_alloc(jffs2_inode_cachep, GFP_KERNEL);  in jffs2_alloc_inode()
  | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | pgalloc_64.h | 27 	return kmem_cache_alloc(pgtable_cache, GFP_KERNEL);  in pgd_alloc() 44 	return kmem_cache_alloc(pgtable_cache,  in pud_alloc_one() 55 	return kmem_cache_alloc(pgtable_cache,  in pmd_alloc_one()
  | 
| /linux-4.4.14/arch/sh/mm/ | 
| D | pgtable.c | 34 	return kmem_cache_alloc(pgd_cachep, PGALLOC_GFP);  in pgd_alloc() 50 	return kmem_cache_alloc(pmd_cachep, PGALLOC_GFP);  in pmd_alloc_one()
  | 
| /linux-4.4.14/mm/ | 
| D | kmemleak-test.c | 65 		kmem_cache_alloc(files_cachep, GFP_KERNEL));  in kmemleak_test_init() 67 		kmem_cache_alloc(files_cachep, GFP_KERNEL));  in kmemleak_test_init()
  | 
| D | slob.c | 562 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags)  in kmem_cache_alloc()  function 566 EXPORT_SYMBOL(kmem_cache_alloc);
  | 
| D | mempolicy.c | 285 	policy = kmem_cache_alloc(policy_cache, GFP_KERNEL);  in mpol_new() 2090 	struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL);  in __mpol_dup() 2338 	n = kmem_cache_alloc(sn_cache, GFP_KERNEL);  in sp_alloc() 2410 	n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL);  in shared_policy_replace() 2413 	mpol_new = kmem_cache_alloc(policy_cache, GFP_KERNEL);  in shared_policy_replace()
  | 
| D | slab_common.c | 121 		void *x = p[i] = kmem_cache_alloc(s, flags);  in __kmem_cache_alloc_bulk() 1276 EXPORT_TRACEPOINT_SYMBOL(kmem_cache_alloc);
  | 
| D | mempool.c | 453 	return kmem_cache_alloc(mem, gfp_mask);  in mempool_alloc_slab()
  | 
| D | rmap.c | 77 	anon_vma = kmem_cache_alloc(anon_vma_cachep, GFP_KERNEL);  in anon_vma_alloc() 124 	return kmem_cache_alloc(anon_vma_chain_cachep, gfp);  in anon_vma_chain_alloc()
  | 
| D | kmemleak.c | 545 	object = kmem_cache_alloc(object_cache, gfp_kmemleak_mask(gfp));  in create_object() 766 	area = kmem_cache_alloc(scan_area_cache, gfp_kmemleak_mask(gfp));  in add_scan_area()
  | 
| D | nommu.c | 1527 	region = kmem_cache_alloc(vm_region_jar, GFP_KERNEL);  in split_vma() 1531 	new = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL);  in split_vma()
  | 
| D | zswap.c | 235 	entry = kmem_cache_alloc(zswap_entry_cache, gfp);  in zswap_entry_cache_alloc()
  | 
| D | mmap.c | 2461 	new = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL);  in __split_vma() 2975 		new_vma = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL);  in copy_vma()
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | pgalloc-64.h | 46 	return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), GFP_KERNEL);  in pgd_alloc() 60 	return kmem_cache_alloc(PGT_CACHE(PUD_INDEX_SIZE),  in pud_alloc_one() 226 	return kmem_cache_alloc(PGT_CACHE(PMD_CACHE_INDEX),  in pmd_alloc_one()
  | 
| /linux-4.4.14/scripts/coccinelle/null/ | 
| D | eno.cocci | 20 x = \(kmalloc\|kzalloc\|kcalloc\|kmem_cache_alloc\|kmem_cache_zalloc\|kmem_cache_alloc_node\|kmallo… 30 *x = \(kmalloc@p1\|kzalloc@p1\|kcalloc@p1\|kmem_cache_alloc@p1\|kmem_cache_zalloc@p1\|kmem_cache_al…
  | 
| /linux-4.4.14/include/linux/ | 
| D | slab.h | 308 void *kmem_cache_alloc(struct kmem_cache *, gfp_t flags) __assume_slab_alignment; 332 	return kmem_cache_alloc(s, flags);  in kmem_cache_alloc_node() 357 	void *ret = kmem_cache_alloc(s, flags);  in kmem_cache_alloc_trace() 592 	return kmem_cache_alloc(k, flags | __GFP_ZERO);  in kmem_cache_zalloc()
  | 
| D | jbd2.h | 1313 	return kmem_cache_alloc(jbd2_inode_cache, gfp_flags);  in jbd2_alloc_inode()
  | 
| /linux-4.4.14/arch/blackfin/mm/ | 
| D | sram-alloc.c | 79 			kmem_cache_alloc(sram_piece_cache, GFP_KERNEL);  in l1sram_init() 107 			kmem_cache_alloc(sram_piece_cache, GFP_KERNEL);  in l1_data_sram_init() 130 			kmem_cache_alloc(sram_piece_cache, GFP_KERNEL);  in l1_data_sram_init() 164 			kmem_cache_alloc(sram_piece_cache, GFP_KERNEL);  in l1_inst_sram_init() 229 		kmem_cache_alloc(sram_piece_cache, GFP_KERNEL);  in l2_sram_init() 297 		pavail = kmem_cache_alloc(sram_piece_cache, GFP_ATOMIC);  in _sram_alloc()
  | 
| /linux-4.4.14/arch/arm64/mm/ | 
| D | pgd.c | 38 		return kmem_cache_alloc(pgd_cache, PGALLOC_GFP);  in pgd_alloc()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ | 
| D | osc_dev.c | 125 	info = kmem_cache_alloc(osc_thread_kmem, GFP_NOFS | __GFP_ZERO);  in osc_key_init() 150 	info = kmem_cache_alloc(osc_session_kmem, GFP_NOFS | __GFP_ZERO);  in osc_session_init()
  | 
| D | osc_object.c | 258 	osc = kmem_cache_alloc(osc_object_kmem, GFP_NOFS | __GFP_ZERO);  in osc_object_alloc()
  | 
| D | osc_quota.c | 38 	oqi = kmem_cache_alloc(osc_quota_kmem, GFP_NOFS | __GFP_ZERO);  in osc_oqi_alloc()
  | 
| D | osc_io.c | 806 	or = kmem_cache_alloc(osc_req_kmem, GFP_NOFS | __GFP_ZERO);  in osc_req_init()
  | 
| D | osc_lock.c | 1558 	clk = kmem_cache_alloc(osc_lock_kmem, GFP_NOFS | __GFP_ZERO);  in osc_lock_init()
  | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | process.c | 29 		dst->thread.xstate = kmem_cache_alloc(task_xstate_cachep,  in arch_dup_task_struct()
  | 
| /linux-4.4.14/fs/notify/fanotify/ | 
| D | fanotify.c | 162 		pevent = kmem_cache_alloc(fanotify_perm_event_cachep,  in fanotify_alloc_event() 171 	event = kmem_cache_alloc(fanotify_event_cachep, GFP_KERNEL);  in fanotify_alloc_event()
  | 
| D | fanotify_user.c | 614 	mark = kmem_cache_alloc(fanotify_mark_cache, GFP_KERNEL);  in fanotify_add_new_mark()
  | 
| /linux-4.4.14/arch/sh/kernel/cpu/ | 
| D | fpu.c | 19 		tsk->thread.xstate = kmem_cache_alloc(task_xstate_cachep,  in init_fpu()
  | 
| /linux-4.4.14/net/netfilter/ | 
| D | xt_connlimit.c | 125 	conn = kmem_cache_alloc(connlimit_conn_cachep, GFP_ATOMIC);  in add_hlist() 266 	rbconn = kmem_cache_alloc(connlimit_rb_cachep, GFP_ATOMIC);  in count_tree() 270 	conn = kmem_cache_alloc(connlimit_conn_cachep, GFP_ATOMIC);  in count_tree()
  | 
| D | nf_conntrack_expect.c | 257 	new = kmem_cache_alloc(nf_ct_expect_cachep, GFP_ATOMIC);  in nf_ct_expect_alloc()
  | 
| D | xt_hashlimit.c | 189 		ent = kmem_cache_alloc(hashlimit_cachep, GFP_ATOMIC);  in dsthash_alloc_init()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ | 
| D | remote_perm.c | 64 	lrp = kmem_cache_alloc(ll_remote_perm_cachep, GFP_KERNEL | __GFP_ZERO);  in alloc_ll_remote_perm() 85 	hash = kmem_cache_alloc(ll_rmtperm_hash_cachep, GFP_NOFS | __GFP_ZERO);  in alloc_rmtperm_hash()
  | 
| D | super25.c | 56 	lli = kmem_cache_alloc(ll_inode_cachep, GFP_NOFS | __GFP_ZERO);  in ll_alloc_inode()
  | 
| D | vvp_dev.c | 82 	info = kmem_cache_alloc(vvp_thread_kmem, GFP_NOFS | __GFP_ZERO);  in vvp_key_init() 101 	session = kmem_cache_alloc(vvp_session_kmem, GFP_NOFS | __GFP_ZERO);  in vvp_session_key_init()
  | 
| D | llite_close.c | 224 	oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO);  in ll_som_update()
  | 
| D | xattr_cache.c | 118 	xattr = kmem_cache_alloc(xattr_kmem, GFP_NOFS | __GFP_ZERO);  in ll_xattr_cache_add()
  | 
| D | namei.c | 906 	oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO);  in ll_objects_destroy()
  | 
| /linux-4.4.14/fs/freevxfs/ | 
| D | vxfs_inode.c | 102 		if (!(vip = kmem_cache_alloc(vxfs_inode_cachep, GFP_KERNEL)))  in vxfs_blkiget() 144 		if (!(vip = kmem_cache_alloc(vxfs_inode_cachep, GFP_KERNEL)))  in __vxfs_iget()
  | 
| /linux-4.4.14/fs/btrfs/ | 
| D | delayed-ref.c | 767 	ref = kmem_cache_alloc(btrfs_delayed_tree_ref_cachep, GFP_NOFS);  in btrfs_add_delayed_tree_ref() 771 	head_ref = kmem_cache_alloc(btrfs_delayed_ref_head_cachep, GFP_NOFS);  in btrfs_add_delayed_tree_ref() 823 	ref = kmem_cache_alloc(btrfs_delayed_data_ref_cachep, GFP_NOFS);  in btrfs_add_delayed_data_ref() 827 	head_ref = kmem_cache_alloc(btrfs_delayed_ref_head_cachep, GFP_NOFS);  in btrfs_add_delayed_data_ref() 899 	head_ref = kmem_cache_alloc(btrfs_delayed_ref_head_cachep, GFP_NOFS);  in btrfs_add_delayed_extent_op()
  | 
| D | delayed-ref.h | 209 	return kmem_cache_alloc(btrfs_delayed_extent_op_cachep, GFP_NOFS);  in btrfs_alloc_delayed_extent_op()
  | 
| D | backref.c | 204 	ref = kmem_cache_alloc(btrfs_prelim_ref_cache, gfp_mask);  in __add_prelim_ref() 479 			new_ref = kmem_cache_alloc(btrfs_prelim_ref_cache,  in __resolve_indirect_refs()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/lov/ | 
| D | lov_dev.c | 145 	info = kmem_cache_alloc(lov_thread_kmem, GFP_NOFS | __GFP_ZERO);  in lov_key_init() 173 	info = kmem_cache_alloc(lov_session_kmem, GFP_NOFS | __GFP_ZERO);  in lov_session_key_init() 264 	lr = kmem_cache_alloc(lov_req_kmem, GFP_NOFS | __GFP_ZERO);  in lov_req_init()
  | 
| D | lov_request.c | 205 	tmp_oa = kmem_cache_alloc(obdo_cachep, GFP_NOFS | __GFP_ZERO);  in common_attr_done() 312 		req->rq_oi.oi_oa = kmem_cache_alloc(obdo_cachep,  in lov_prep_getattr_set() 395 		req->rq_oi.oi_oa = kmem_cache_alloc(obdo_cachep,  in lov_prep_destroy_set() 511 		req->rq_oi.oi_oa = kmem_cache_alloc(obdo_cachep,  in lov_prep_setattr_set()
  | 
| D | lovsub_object.c | 146 	los = kmem_cache_alloc(lovsub_object_kmem, GFP_NOFS | __GFP_ZERO);  in lovsub_object_alloc()
  | 
| D | lovsub_dev.c | 149 	lsr = kmem_cache_alloc(lovsub_req_kmem, GFP_NOFS | __GFP_ZERO);  in lovsub_req_init()
  | 
| D | lovsub_lock.c | 456 	lsk = kmem_cache_alloc(lovsub_lock_kmem, GFP_NOFS | __GFP_ZERO);  in lovsub_lock_init()
  | 
| D | lov_ea.c | 103 		loi = kmem_cache_alloc(lov_oinfo_slab, GFP_NOFS | __GFP_ZERO);  in lsm_alloc_plain()
  | 
| D | lov_lock.c | 147 	link = kmem_cache_alloc(lov_lock_link_kmem, GFP_NOFS | __GFP_ZERO);  in lov_sublock_alloc() 1142 	lck = kmem_cache_alloc(lov_lock_kmem, GFP_NOFS | __GFP_ZERO);  in lov_lock_init_raid0() 1178 	lck = kmem_cache_alloc(lov_lock_kmem, GFP_NOFS | __GFP_ZERO);  in lov_lock_init_empty()
  | 
| D | lov_object.c | 894 	lov = kmem_cache_alloc(lov_object_kmem, GFP_NOFS | __GFP_ZERO);  in lov_object_alloc()
  | 
| /linux-4.4.14/fs/xfs/ | 
| D | kmem.c | 119 		ptr = kmem_cache_alloc(zone, lflags);  in kmem_zone_alloc()
  | 
| /linux-4.4.14/fs/notify/dnotify/ | 
| D | dnotify.c | 293 	dn = kmem_cache_alloc(dnotify_struct_cache, GFP_KERNEL);  in fcntl_dirnotify() 300 	new_dn_mark = kmem_cache_alloc(dnotify_mark_cache, GFP_KERNEL);  in fcntl_dirnotify()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/lclient/ | 
| D | lcommon_cl.c | 119 	info = kmem_cache_alloc(ccc_thread_kmem, GFP_NOFS | __GFP_ZERO);  in ccc_key_init() 138 	session = kmem_cache_alloc(ccc_session_kmem, GFP_NOFS | __GFP_ZERO);  in ccc_session_key_init() 254 	vrq = kmem_cache_alloc(ccc_req_kmem, GFP_NOFS | __GFP_ZERO);  in ccc_req_init() 330 	vob = kmem_cache_alloc(ccc_object_kmem, GFP_NOFS | __GFP_ZERO);  in ccc_object_alloc() 399 	clk = kmem_cache_alloc(ccc_lock_kmem, GFP_NOFS | __GFP_ZERO);  in ccc_lock_init()
  | 
| /linux-4.4.14/drivers/staging/rdma/amso1100/ | 
| D | c2_vq.c | 167 	return kmem_cache_alloc(c2dev->host_msg_cache, GFP_ATOMIC);  in vq_repbuf_alloc()
  | 
| /linux-4.4.14/fs/ecryptfs/ | 
| D | super.c | 56 	inode_info = kmem_cache_alloc(ecryptfs_inode_info_cache, GFP_KERNEL);  in ecryptfs_alloc_inode()
  | 
| D | mmap.c | 432 	xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL);  in ecryptfs_write_inode_size_to_xattr()
  | 
| D | crypto.c | 1437 	page_virt = kmem_cache_alloc(ecryptfs_header_cache, GFP_USER);  in ecryptfs_read_metadata() 1680 	tmp_tfm = kmem_cache_alloc(ecryptfs_key_tfm_cache, GFP_KERNEL);  in ecryptfs_add_new_key_tfm()
  | 
| D | keystore.c | 2407 	key_rec = kmem_cache_alloc(ecryptfs_key_record_cache, GFP_KERNEL);  in ecryptfs_generate_key_packet_set() 2488 	new_key_sig = kmem_cache_alloc(ecryptfs_key_sig_cache, GFP_KERNEL);  in ecryptfs_add_keysig()
  | 
| D | inode.c | 339 	dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL);  in ecryptfs_lookup_interpose()
  | 
| /linux-4.4.14/net/dccp/ccids/lib/ | 
| D | packet_history.c | 64 	struct tfrc_tx_hist_entry *entry = kmem_cache_alloc(tfrc_tx_hist_slab, gfp_any());  in tfrc_tx_hist_add() 354 		h->ring[i] = kmem_cache_alloc(tfrc_rx_hist_slab, GFP_ATOMIC);  in tfrc_rx_hist_alloc()
  | 
| D | loss_interval.c | 44 		lh->ring[LIH_INDEX(lh->counter)] = kmem_cache_alloc(tfrc_lh_slab,  in tfrc_lh_demand_next()
  | 
| /linux-4.4.14/fs/ | 
| D | fs_struct.c | 112 	struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL);  in copy_fs_struct()
  | 
| D | dcookies.c | 95 	struct dcookie_struct *dcs = kmem_cache_alloc(dcookie_cache,  in alloc_dcookie()
  | 
| D | eventpoll.c | 1094 	if (epi->nwait >= 0 && (pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL))) {  in ep_ptable_queue_proc() 1276 	if (!(epi = kmem_cache_alloc(epi_cache, GFP_KERNEL)))  in ep_insert()
  | 
| D | fcntl.c | 603 	return kmem_cache_alloc(fasync_cache, GFP_KERNEL);  in fasync_alloc()
  | 
| D | mbcache.c | 546 	ce = kmem_cache_alloc(cache->c_entry_cache, gfp_flags);  in mb_cache_entry_alloc()
  | 
| D | file.c | 297 	newf = kmem_cache_alloc(files_cachep, GFP_KERNEL);  in dup_fd()
  | 
| D | direct-io.c | 1142 	dio = kmem_cache_alloc(dio_cache, GFP_KERNEL);  in do_blockdev_direct_IO()
  | 
| D | userfaultfd.c | 1282 	ctx = kmem_cache_alloc(userfaultfd_ctx_cachep, GFP_KERNEL);  in userfaultfd_file_create()
  | 
| /linux-4.4.14/Documentation/RCU/ | 
| D | rculist_nulls.txt | 83 obj = kmem_cache_alloc(...); 160 obj = kmem_cache_alloc(cachep);
  | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | uptodate.c | 413 	new = kmem_cache_alloc(ocfs2_uptodate_cachep, GFP_NOFS);  in __ocfs2_set_buffer_uptodate() 424 			tree[i] = kmem_cache_alloc(ocfs2_uptodate_cachep,  in __ocfs2_set_buffer_uptodate()
  | 
| D | quota_local.c | 258 		newchunk = kmem_cache_alloc(ocfs2_qf_chunk_cachep, GFP_NOFS);  in ocfs2_load_local_quota_bitmaps() 992 	chunk = kmem_cache_alloc(ocfs2_qf_chunk_cachep, GFP_NOFS);  in ocfs2_local_quota_add_chunk()
  | 
| /linux-4.4.14/security/integrity/ | 
| D | iint.c | 102 	iint = kmem_cache_alloc(iint_cache, GFP_NOFS);  in integrity_inode_get()
  | 
| /linux-4.4.14/include/net/ | 
| D | request_sock.h | 87 	req = kmem_cache_alloc(ops->slab, GFP_ATOMIC | __GFP_NOWARN);  in reqsk_alloc()
  | 
| /linux-4.4.14/fs/jbd2/ | 
| D | revoke.c | 148 	record = kmem_cache_alloc(jbd2_revoke_record_cache, gfp_mask);  in insert_revoke_hash() 223 	table = kmem_cache_alloc(jbd2_revoke_table_cache, GFP_KERNEL);  in jbd2_journal_init_revoke_table()
  | 
| /linux-4.4.14/net/dccp/ | 
| D | ccid.c | 151 	ccid = kmem_cache_alloc(rx ? ccid_ops->ccid_hc_rx_slab :  in ccid_new()
  | 
| D | ackvec.c | 58 	avr = kmem_cache_alloc(dccp_ackvec_record_slab, GFP_ATOMIC);  in dccp_ackvec_update_records()
  | 
| /linux-4.4.14/arch/s390/pci/ | 
| D | pci_dma.c | 31 	table = kmem_cache_alloc(dma_region_table_cache, GFP_ATOMIC);  in dma_alloc_cpu_table() 49 	table = kmem_cache_alloc(dma_page_table_cache, GFP_ATOMIC);  in dma_alloc_page_table()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ | 
| D | ldlm_extent.c | 115 	node = kmem_cache_alloc(ldlm_interval_slab, GFP_NOFS | __GFP_ZERO);  in ldlm_interval_alloc()
  | 
| D | ldlm_resource.c | 1034 	res = kmem_cache_alloc(ldlm_resource_slab, GFP_NOFS | __GFP_ZERO);  in ldlm_resource_new()
  | 
| /linux-4.4.14/fs/ext4/ | 
| D | block_validity.c | 84 		new_entry = kmem_cache_alloc(ext4_system_zone_cachep,  in add_system_zone()
  | 
| D | crypto_key.c | 161 	crypt_info = kmem_cache_alloc(ext4_crypt_info_cachep, GFP_KERNEL);  in _ext4_get_encryption_info()
  | 
| D | extents_status.c | 333 	es = kmem_cache_alloc(ext4_es_cachep, GFP_ATOMIC);  in ext4_es_alloc_extent()
  | 
| /linux-4.4.14/kernel/ | 
| D | nsproxy.c | 48 	nsproxy = kmem_cache_alloc(nsproxy_cachep, GFP_KERNEL);  in create_nsproxy()
  | 
| D | cred.c | 251 	new = kmem_cache_alloc(cred_jar, GFP_KERNEL);  in prepare_creds() 599 	new = kmem_cache_alloc(cred_jar, GFP_KERNEL);  in prepare_kernel_cred()
  | 
| D | fork.c | 448 		tmp = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL);  in dup_mmap() 556 #define allocate_mm()	(kmem_cache_alloc(mm_cachep, GFP_KERNEL)) 1075 	sig = kmem_cache_alloc(sighand_cachep, GFP_KERNEL);  in copy_sighand()
  | 
| D | pid.c | 306 	pid = kmem_cache_alloc(ns->pid_cachep, GFP_KERNEL);  in alloc_pid()
  | 
| /linux-4.4.14/fs/f2fs/ | 
| D | crypto_key.c | 154 	crypt_info = kmem_cache_alloc(f2fs_crypt_info_cachep, GFP_NOFS);  in _f2fs_get_encryption_info()
  | 
| D | recovery.c | 208 			entry = kmem_cache_alloc(fsync_entry_slab, GFP_F2FS_ZERO);  in find_fsync_dnodes()
  | 
| D | extent_cache.c | 30 	en = kmem_cache_alloc(extent_node_slab, GFP_ATOMIC);  in __attach_extent_node()
  | 
| D | f2fs.h | 1288 	entry = kmem_cache_alloc(cachep, flags);  in f2fs_kmem_cache_alloc() 1290 		entry = kmem_cache_alloc(cachep, flags | __GFP_NOFAIL);  in f2fs_kmem_cache_alloc()
  | 
| D | super.c | 423 	fi = kmem_cache_alloc(f2fs_inode_cachep, GFP_F2FS_ZERO);  in f2fs_alloc_inode()
  | 
| /linux-4.4.14/lib/ | 
| D | test_kasan.c | 289 	p = kmem_cache_alloc(cache, GFP_KERNEL);  in kmem_cache_oob()
  | 
| D | radix-tree.c | 213 		ret = kmem_cache_alloc(radix_tree_node_cachep, gfp_mask);  in radix_tree_node_alloc() 264 		node = kmem_cache_alloc(radix_tree_node_cachep, gfp_mask);  in __radix_tree_preload()
  | 
| D | lru_cache.c | 146 		void *p = kmem_cache_alloc(cache, GFP_KERNEL);  in lc_create()
  | 
| D | btree.c | 83 	return kmem_cache_alloc(btree_cachep, gfp_mask);  in btree_alloc()
  | 
| /linux-4.4.14/fs/ntfs/ | 
| D | unistr.c | 269 		ucs = kmem_cache_alloc(ntfs_name_cache, GFP_NOFS);  in ntfs_nlstoucs()
  | 
| D | index.c | 43 	ictx = kmem_cache_alloc(ntfs_index_ctx_cache, GFP_NOFS);  in ntfs_index_ctx_get()
  | 
| D | inode.c | 326 	ni = kmem_cache_alloc(ntfs_big_inode_cache, GFP_NOFS);  in ntfs_alloc_big_inode() 357 	ni = kmem_cache_alloc(ntfs_inode_cache, GFP_NOFS);  in ntfs_alloc_extent_inode()
  | 
| /linux-4.4.14/fs/cachefiles/ | 
| D | bind.c | 105 	fsdef = kmem_cache_alloc(cachefiles_object_jar, GFP_KERNEL);  in cachefiles_daemon_add_cache()
  | 
| D | interface.c | 47 	object = kmem_cache_alloc(cachefiles_object_jar, cachefiles_gfp);  in cachefiles_alloc_object()
  | 
| /linux-4.4.14/net/ipv4/ | 
| D | inet_timewait_sock.c | 165 	tw = kmem_cache_alloc(sk->sk_prot_creator->twsk_prot->twsk_slab,  in inet_twsk_alloc()
  | 
| D | fib_trie.c | 332 	kv = kmem_cache_alloc(trie_leaf_kmem, GFP_KERNEL);  in leaf_new() 1163 			new_fa = kmem_cache_alloc(fn_alias_kmem, GFP_KERNEL);  in fib_table_insert() 1217 	new_fa = kmem_cache_alloc(fn_alias_kmem, GFP_KERNEL);  in fib_table_insert() 1706 			new_fa = kmem_cache_alloc(fn_alias_kmem, GFP_KERNEL);  in fib_trie_unmerge()
  | 
| D | inetpeer.c | 444 	p = create ? kmem_cache_alloc(peer_cachep, GFP_ATOMIC) : NULL;  in inet_getpeer()
  | 
| D | inet_hashtables.c | 66 	struct inet_bind_bucket *tb = kmem_cache_alloc(cachep, GFP_ATOMIC);  in inet_bind_bucket_create()
  | 
| /linux-4.4.14/fs/coda/ | 
| D | inode.c | 45 	ei = kmem_cache_alloc(coda_inode_cachep, GFP_KERNEL);  in coda_alloc_inode()
  | 
| /linux-4.4.14/drivers/staging/rdma/ehca/ | 
| D | ehca_av.c | 95 	av = kmem_cache_alloc(av_cache, GFP_KERNEL);  in ehca_create_ah()
  | 
| /linux-4.4.14/drivers/block/rsxx/ | 
| D | dev.c | 179 	bio_meta = kmem_cache_alloc(bio_meta_pool, GFP_KERNEL);  in rsxx_make_request()
  | 
| D | dma.c | 622 	dma = kmem_cache_alloc(rsxx_dma_pool, GFP_KERNEL);  in rsxx_queue_discard() 656 	dma = kmem_cache_alloc(rsxx_dma_pool, GFP_KERNEL);  in rsxx_queue_dma()
  | 
| D | cregs.c | 182 	cmd = kmem_cache_alloc(creg_cmd_pool, GFP_KERNEL);  in creg_queue_cmd()
  | 
| /linux-4.4.14/net/rds/ | 
| D | tcp_recv.c | 173 			tinc = kmem_cache_alloc(rds_tcp_incoming_slab,  in rds_tcp_data_recv()
  | 
| D | iw_recv.c | 151 		recv->r_iwinc = kmem_cache_alloc(rds_iw_incoming_slab,  in rds_iw_recv_refill_one() 162 		recv->r_frag = kmem_cache_alloc(rds_iw_frag_slab, kptr_gfp);  in rds_iw_recv_refill_one()
  | 
| D | tcp.c | 198 	tc = kmem_cache_alloc(rds_tcp_conn_slab, gfp);  in rds_tcp_conn_alloc()
  | 
| D | ib_recv.c | 258 		ibinc = kmem_cache_alloc(rds_ib_incoming_slab, slab_mask);  in rds_ib_refill_one_inc() 281 		frag = kmem_cache_alloc(rds_ib_frag_slab, slab_mask);  in rds_ib_refill_one_frag()
  | 
| /linux-4.4.14/fs/hfsplus/ | 
| D | attributes.c | 84 	return kmem_cache_alloc(hfsplus_attr_tree_cachep, GFP_KERNEL);  in hfsplus_alloc_attr_entry()
  | 
| D | super.c | 621 	i = kmem_cache_alloc(hfsplus_inode_cachep, GFP_KERNEL);  in hfsplus_alloc_inode()
  | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh4/ | 
| D | sq.c | 164 	map = kmem_cache_alloc(sq_cache, GFP_KERNEL);  in sq_remap()
  | 
| /linux-4.4.14/fs/efs/ | 
| D | super.c | 70 	ei = kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL);  in efs_alloc_inode()
  | 
| /linux-4.4.14/drivers/scsi/aic94xx/ | 
| D | aic94xx_hwi.h | 251 	return kmem_cache_alloc(asd_dma_token_cache, flags);  in asd_dmatok_alloc()
  | 
| /linux-4.4.14/arch/powerpc/perf/ | 
| D | hv-24x7.c | 674 		kmem_cache_alloc(hv_page_cache, GFP_KERNEL);  in create_events_from_catalog() 912 	void *page = kmem_cache_alloc(hv_page_cache, GFP_USER);  in catalog_read() 971 	void *page = kmem_cache_alloc(hv_page_cache, GFP_USER);	\
  | 
| /linux-4.4.14/net/ipv6/ | 
| D | xfrm6_tunnel.c | 157 	x6spi = kmem_cache_alloc(xfrm6_tunnel_spi_kmem, GFP_ATOMIC);  in __xfrm6_tunnel_alloc_spi()
  | 
| /linux-4.4.14/fs/fat/ | 
| D | cache.c | 63 	return kmem_cache_alloc(fat_cache_cachep, GFP_NOFS);  in fat_cache_alloc()
  | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | pgtable_32.c | 90 	ret = kmem_cache_alloc(pgtable_cache, GFP_KERNEL | __GFP_ZERO);  in pgd_alloc()
  | 
| /linux-4.4.14/fs/logfs/ | 
| D | inode.c | 230 	li = kmem_cache_alloc(logfs_inode_cache, GFP_NOFS);  in logfs_alloc_inode()
  | 
| /linux-4.4.14/include/trace/events/ | 
| D | kmem.h | 53 DEFINE_EVENT(kmem_alloc, kmem_cache_alloc,
  | 
| /linux-4.4.14/drivers/mtd/ubi/ | 
| D | attach.c | 134 	aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL);  in add_to_list() 166 	aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL);  in add_corrupted() 574 	aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL);  in ubi_add_to_av()
  | 
| D | fastmap.c | 146 	aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL);  in add_aeb() 309 			victim = kmem_cache_alloc(ai->aeb_slab_cache,  in update_vol() 527 			new_aeb = kmem_cache_alloc(ai->aeb_slab_cache,  in scan_pool() 1039 		e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);  in ubi_scan_fastmap()
  | 
| D | wl.c | 1525 		e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); 1544 		e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); 1564 			e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
  | 
| /linux-4.4.14/drivers/usb/mon/ | 
| D | mon_text.c | 200 	    (ep = kmem_cache_alloc(rp->e_slab, GFP_ATOMIC)) == NULL) {  in mon_text_event() 272 	    (ep = kmem_cache_alloc(rp->e_slab, GFP_ATOMIC)) == NULL) {  in mon_text_error()
  | 
| /linux-4.4.14/net/core/ | 
| D | dst.c | 210 	dst = kmem_cache_alloc(ops->kmem_cachep, GFP_ATOMIC);  in dst_alloc()
  | 
| D | flow.c | 235 		fle = kmem_cache_alloc(flow_cachep, GFP_ATOMIC);  in flow_cache_lookup()
  | 
| /linux-4.4.14/fs/qnx4/ | 
| D | inode.c | 338 	ei = kmem_cache_alloc(qnx4_inode_cachep, GFP_KERNEL);  in qnx4_alloc_inode()
  | 
| /linux-4.4.14/fs/openpromfs/ | 
| D | inode.c | 332 	oi = kmem_cache_alloc(op_inode_cachep, GFP_KERNEL);  in openprom_alloc_inode()
  | 
| /linux-4.4.14/arch/x86/mm/ | 
| D | pgtable.c | 332 	return kmem_cache_alloc(pgd_cache, PGALLOC_GFP);  in _pgd_alloc()
  | 
| /linux-4.4.14/fs/sysv/ | 
| D | inode.c | 310 	si = kmem_cache_alloc(sysv_inode_cachep, GFP_KERNEL);  in sysv_alloc_inode()
  | 
| /linux-4.4.14/net/xfrm/ | 
| D | xfrm_input.c | 109 	sp = kmem_cache_alloc(secpath_cachep, GFP_ATOMIC);  in secpath_dup()
  | 
| /linux-4.4.14/arch/tile/mm/ | 
| D | pgtable.c | 216 	pgd_t *pgd = kmem_cache_alloc(pgd_cache, GFP_KERNEL);  in pgd_alloc()
  | 
| /linux-4.4.14/fs/afs/ | 
| D | super.c | 484 	vnode = kmem_cache_alloc(afs_inode_cachep, GFP_KERNEL);  in afs_alloc_inode()
  | 
| /linux-4.4.14/fs/squashfs/ | 
| D | super.c | 469 		kmem_cache_alloc(squashfs_inode_cachep, GFP_KERNEL);  in squashfs_alloc_inode()
  | 
| /linux-4.4.14/fs/hfs/ | 
| D | super.c | 166 	i = kmem_cache_alloc(hfs_inode_cachep, GFP_KERNEL);  in hfs_alloc_inode()
  | 
| /linux-4.4.14/drivers/iommu/ | 
| D | iova.c | 214 	return kmem_cache_alloc(iova_cache, GFP_ATOMIC);  in alloc_iova_mem()
  | 
| /linux-4.4.14/tools/perf/Documentation/ | 
| D | examples.txt | 15   kmem:kmem_cache_alloc                    [Tracepoint event]
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ | 
| D | echo_client.c | 399 	el = kmem_cache_alloc(echo_lock_kmem, GFP_NOFS | __GFP_ZERO);  in echo_lock_init() 570 	eco = kmem_cache_alloc(echo_object_kmem, GFP_NOFS | __GFP_ZERO);  in echo_object_alloc() 633 	info = kmem_cache_alloc(echo_thread_kmem, GFP_NOFS | __GFP_ZERO);  in echo_thread_key_init() 664 	session = kmem_cache_alloc(echo_session_kmem, GFP_NOFS | __GFP_ZERO);  in echo_session_key_init()
  | 
| /linux-4.4.14/fs/proc/ | 
| D | inode.c | 60 	ei = (struct proc_inode *)kmem_cache_alloc(proc_inode_cachep, GFP_KERNEL);  in proc_alloc_inode()
  | 
| /linux-4.4.14/fs/nfsd/ | 
| D | nfscache.c | 126 	rp = kmem_cache_alloc(drc_slab, GFP_KERNEL);  in nfsd_reply_cache_alloc()
  | 
| D | nfs4layouts.c | 392 	new = kmem_cache_alloc(nfs4_layout_cache, GFP_KERNEL);  in nfsd4_insert_layout()
  | 
| /linux-4.4.14/Documentation/trace/ | 
| D | events-kmem.txt | 30 kmem_cache_alloc	call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
  | 
| /linux-4.4.14/fs/ocfs2/dlmfs/ | 
| D | dlmfs.c | 346 	ip = kmem_cache_alloc(dlmfs_inode_cache, GFP_NOFS);  in dlmfs_alloc_inode()
  | 
| /linux-4.4.14/arch/powerpc/platforms/pseries/ | 
| D | setup.c | 312 		dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL);  in alloc_dispatch_logs()
  | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_fence.c | 106 	*fence = kmem_cache_alloc(amdgpu_fence_slab, GFP_KERNEL);  in amdgpu_fence_emit()
  | 
| /linux-4.4.14/fs/romfs/ | 
| D | super.c | 393 	inode = kmem_cache_alloc(romfs_inode_cachep, GFP_KERNEL);  in romfs_alloc_inode()
  | 
| /linux-4.4.14/fs/nilfs2/ | 
| D | segbuf.c | 51 	segbuf = kmem_cache_alloc(nilfs_segbuf_cachep, GFP_NOFS);  in nilfs_segbuf_new()
  | 
| D | super.c | 162 	ii = kmem_cache_alloc(nilfs_inode_cachep, GFP_NOFS);  in nilfs_alloc_inode()
  | 
| /linux-4.4.14/net/tipc/ | 
| D | server.c | 255 	buf = kmem_cache_alloc(s->rcvbuf_cache, GFP_ATOMIC);  in tipc_receive_from_sock()
  | 
| /linux-4.4.14/fs/bfs/ | 
| D | inode.c | 244 	bi = kmem_cache_alloc(bfs_inode_cachep, GFP_KERNEL);  in bfs_alloc_inode()
  | 
| /linux-4.4.14/fs/fscache/ | 
| D | cookie.c | 89 	cookie = kmem_cache_alloc(fscache_cookie_jar, GFP_KERNEL);  in __fscache_acquire_cookie()
  | 
| /linux-4.4.14/fs/adfs/ | 
| D | super.c | 245 	ei = kmem_cache_alloc(adfs_inode_cachep, GFP_KERNEL);  in adfs_alloc_inode()
  | 
| /linux-4.4.14/net/sunrpc/xprtrdma/ | 
| D | svc_rdma_transport.c | 160 	ctxt = kmem_cache_alloc(svc_rdma_ctxt_cachep,  in svc_rdma_get_context() 213 	map = kmem_cache_alloc(svc_rdma_map_cachep,  in svc_rdma_get_req_map()
  | 
| /linux-4.4.14/fs/affs/ | 
| D | super.c | 98 	i = kmem_cache_alloc(affs_inode_cachep, GFP_KERNEL);  in affs_alloc_inode()
  | 
| /linux-4.4.14/net/can/ | 
| D | af_can.c | 483 	r = kmem_cache_alloc(rcv_cache, GFP_KERNEL);  in can_rx_register()
  | 
| D | gw.c | 865 	gwj = kmem_cache_alloc(cgw_cache, GFP_KERNEL);  in cgw_create_job()
  | 
| /linux-4.4.14/drivers/s390/cio/ | 
| D | qdio_setup.c | 143 		q = kmem_cache_alloc(qdio_q_cache, GFP_KERNEL);  in __qdio_allocate_qs()
  | 
| /linux-4.4.14/drivers/s390/block/ | 
| D | dasd_fba.c | 329 			char *copy = kmem_cache_alloc(dasd_page_cache,  in dasd_fba_build_cp()
  | 
| /linux-4.4.14/fs/notify/inotify/ | 
| D | inotify_user.c | 579 	tmp_i_mark = kmem_cache_alloc(inotify_inode_mark_cachep, GFP_KERNEL);  in inotify_new_watch()
  | 
| /linux-4.4.14/Documentation/fault-injection/ | 
| D | fault-injection.txt | 12   injects slab allocation failures. (kmalloc(), kmem_cache_alloc(), ...)
  | 
| /linux-4.4.14/fs/ocfs2/dlm/ | 
| D | dlmmaster.c | 808 		alloc_mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);  in dlm_get_lock_resource() 1596 			mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);  in dlm_master_request_handler() 2507 	mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);  in dlm_migrate_lockres() 3055 	mle = kmem_cache_alloc(dlm_mle_cache, GFP_NOFS);  in dlm_migrate_request_handler()
  | 
| /linux-4.4.14/arch/powerpc/platforms/cell/spufs/ | 
| D | inode.c | 63 	ei = kmem_cache_alloc(spufs_inode_cache, GFP_KERNEL);  in spufs_alloc_inode()
  | 
| /linux-4.4.14/drivers/staging/rdma/ipath/ | 
| D | ipath_user_sdma.c | 423 		pkt = kmem_cache_alloc(pq->pkt_slab, GFP_KERNEL);  in ipath_user_sdma_queue_pkts()
  | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/ | 
| D | iwl-trans.h | 901 	u8 *dev_cmd_ptr = kmem_cache_alloc(trans->dev_cmd_pool, GFP_ATOMIC);  in iwl_trans_alloc_tx_cmd()
  | 
| /linux-4.4.14/net/openvswitch/ | 
| D | flow_table.c | 84 	flow = kmem_cache_alloc(flow_cache, GFP_KERNEL);  in ovs_flow_alloc()
  | 
| /linux-4.4.14/fs/qnx6/ | 
| D | inode.c | 598 	ei = kmem_cache_alloc(qnx6_inode_cachep, GFP_KERNEL);  in qnx6_alloc_inode()
  | 
| /linux-4.4.14/fs/hpfs/ | 
| D | super.c | 235 	ei = kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS);  in hpfs_alloc_inode()
  | 
| /linux-4.4.14/Documentation/ | 
| D | kmemleak.txt | 72 The memory allocations via kmalloc, vmalloc, kmem_cache_alloc and
  | 
| D | kmemcheck.txt | 440 204                 q = kmem_cache_alloc(sigqueue_cachep, flags); 645 	This flag can be passed to kmalloc() or kmem_cache_alloc() (therefore
  | 
| /linux-4.4.14/drivers/scsi/ | 
| D | scsi.c | 163 	cmd->sense_buffer = kmem_cache_alloc(pool->sense_slab,  in scsi_host_alloc_command()
  | 
| /linux-4.4.14/fs/befs/ | 
| D | linuxvfs.c | 273 	bi = kmem_cache_alloc(befs_inode_cachep, GFP_KERNEL);  in befs_alloc_inode()
  | 
| /linux-4.4.14/fs/minix/ | 
| D | inode.c | 65 	ei = kmem_cache_alloc(minix_inode_cachep, GFP_KERNEL);  in minix_alloc_inode()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ | 
| D | cl_object.c | 664 	cle = kmem_cache_alloc(cl_env_kmem, GFP_NOFS | __GFP_ZERO);  in cl_env_new()
  | 
| D | genops.c | 71 	obd = kmem_cache_alloc(obd_device_cachep, GFP_NOFS | __GFP_ZERO);  in obd_device_alloc()
  | 
| /linux-4.4.14/drivers/dma/ioat/ | 
| D | prep.c | 97 	sed = kmem_cache_alloc(ioat_sed_cache, flags);  in ioat3_alloc_sed()
  | 
| /linux-4.4.14/fs/jfs/ | 
| D | super.c | 117 	jfs_inode = kmem_cache_alloc(jfs_inode_cachep, GFP_NOFS);  in jfs_alloc_inode()
  | 
| /linux-4.4.14/fs/exofs/ | 
| D | super.c | 158 	oi = kmem_cache_alloc(exofs_inode_cachep, GFP_KERNEL);  in exofs_alloc_inode()
  | 
| /linux-4.4.14/drivers/md/ | 
| D | dm-snap.c | 672 	e = kmem_cache_alloc(exception_cache, gfp);  in alloc_completed_exception() 674 		e = kmem_cache_alloc(exception_cache, GFP_ATOMIC);  in alloc_completed_exception()
  | 
| /linux-4.4.14/fs/cifs/ | 
| D | cifsfs.c | 252 	cifs_inode = kmem_cache_alloc(cifs_inode_cachep, GFP_KERNEL);  in cifs_alloc_inode()
  | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | verbs.c | 742 	tx = kmem_cache_alloc(dev->verbs_txreq_cache, GFP_ATOMIC);  in __get_txreq() 767 	tx = kmem_cache_alloc(dev->verbs_txreq_cache, GFP_ATOMIC);  in get_txreq()
  | 
| D | user_sdma.c | 815 		tx = kmem_cache_alloc(pq->txreq_cache, GFP_KERNEL);  in user_sdma_send_pkts()
  | 
| /linux-4.4.14/fs/ncpfs/ | 
| D | inode.c | 55 	ei = (struct ncp_inode_info *)kmem_cache_alloc(ncp_inode_cachep, GFP_KERNEL);  in ncp_alloc_inode()
  | 
| /linux-4.4.14/fs/ceph/ | 
| D | caps.c | 176 		cap = kmem_cache_alloc(ceph_cap_cachep, GFP_NOFS);  in ceph_reserve_caps() 231 		cap = kmem_cache_alloc(ceph_cap_cachep, GFP_NOFS);  in ceph_get_cap() 1459 	return kmem_cache_alloc(ceph_cap_flush_cachep, GFP_KERNEL);  in ceph_alloc_cap_flush()
  | 
| /linux-4.4.14/fs/9p/ | 
| D | vfs_inode.c | 241 	v9inode = (struct v9fs_inode *)kmem_cache_alloc(v9fs_inode_cache,  in v9fs_alloc_inode()
  | 
| /linux-4.4.14/net/bridge/ | 
| D | br_fdb.c | 506 	fdb = kmem_cache_alloc(br_fdb_cache, GFP_ATOMIC);  in fdb_create()
  | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_events.c | 118 	field = kmem_cache_alloc(field_cachep, GFP_TRACE);  in __trace_define_field() 2332 	file = kmem_cache_alloc(file_cachep, GFP_TRACE);  in trace_create_new_event()
  | 
| /linux-4.4.14/fs/fuse/ | 
| D | inode.c | 84 	inode = kmem_cache_alloc(fuse_inode_cachep, GFP_KERNEL);  in fuse_alloc_inode()
  | 
| /linux-4.4.14/drivers/gpu/drm/exynos/ | 
| D | exynos_drm_g2d.c | 1256 	runqueue_node = kmem_cache_alloc(g2d->runqueue_slab, GFP_KERNEL);  in exynos_g2d_exec_ioctl()
  | 
| /linux-4.4.14/fs/hugetlbfs/ | 
| D | inode.c | 930 	p = kmem_cache_alloc(hugetlbfs_inode_cachep, GFP_KERNEL);  in hugetlbfs_alloc_inode()
  | 
| /linux-4.4.14/drivers/infiniband/hw/qib/ | 
| D | qib_user_sdma.c | 962 			pkt = kmem_cache_alloc(pq->pkt_slab, GFP_KERNEL);  in qib_user_sdma_queue_pkts()
  | 
| /linux-4.4.14/fs/isofs/ | 
| D | inode.c | 68 	ei = kmem_cache_alloc(isofs_inode_cachep, GFP_KERNEL);  in isofs_alloc_inode()
  | 
| /linux-4.4.14/net/netfilter/ipvs/ | 
| D | ip_vs_conn.c | 883 	cp = kmem_cache_alloc(ip_vs_conn_cachep, GFP_ATOMIC);  in ip_vs_conn_new()
  | 
| /linux-4.4.14/drivers/staging/fwserial/ | 
| D | fwserial.c | 248 	txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC);  in fwtty_send_data_async() 739 		txn = kmem_cache_alloc(fwtty_txn_cache, GFP_ATOMIC);  in fwtty_tx()
  | 
| /linux-4.4.14/ipc/ | 
| D | mqueue.c | 353 	ei = kmem_cache_alloc(mqueue_inode_cachep, GFP_KERNEL);  in mqueue_alloc_inode()
  |