Searched refs:kmem_cache_zalloc (Results 26 - 50 of 194) sorted by relevance

12345678

/linux-master/fs/xfs/
H A Dxfs_exchmaps_item.c137 xmi_lip = kmem_cache_zalloc(xfs_xmi_cache, GFP_KERNEL | __GFP_NOFAIL);
256 xmd_lip = kmem_cache_zalloc(xfs_xmd_cache, GFP_KERNEL | __GFP_NOFAIL);
H A Dxfs_icreate_item.c101 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL);
H A Dxfs_rmap_item.c148 ruip = kmem_cache_zalloc(xfs_rui_cache,
344 rudp = kmem_cache_zalloc(xfs_rud_cache, GFP_KERNEL | __GFP_NOFAIL);
H A Dxfs_attr_item.c278 attrip = kmem_cache_zalloc(xfs_attri_cache, GFP_KERNEL | __GFP_NOFAIL);
861 attrdp = kmem_cache_zalloc(xfs_attrd_cache, GFP_KERNEL | __GFP_NOFAIL);
887 new = kmem_cache_zalloc(xfs_attr_intent_cache,
/linux-master/drivers/target/
H A Dtarget_core_ua.c82 ua = kmem_cache_zalloc(se_ua_cache, GFP_ATOMIC);
H A Dtarget_core_alua.c1273 lba_map = kmem_cache_zalloc(t10_alua_lba_map_cache, GFP_KERNEL);
1300 lba_map_mem = kmem_cache_zalloc(t10_alua_lba_map_mem_cache, GFP_KERNEL);
1373 lu_gp = kmem_cache_zalloc(t10_alua_lu_gp_cache, GFP_KERNEL);
1444 lu_gp_mem = kmem_cache_zalloc(t10_alua_lu_gp_mem_cache, GFP_KERNEL);
1610 tg_pt_gp = kmem_cache_zalloc(t10_alua_tg_pt_gp_cache, GFP_KERNEL);
/linux-master/drivers/net/wireguard/
H A Dpeer.c33 peer = kmem_cache_zalloc(peer_cache, GFP_KERNEL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.c54 kmem_cache_zalloc(slab_vma_resources, GFP_KERNEL);
/linux-master/arch/riscv/kernel/
H A Dvector.c107 datap = kmem_cache_zalloc(cache, GFP_KERNEL);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_fence.c40 return kmem_cache_zalloc(xe_hw_fence_slab, GFP_KERNEL);
H A Dxe_sched_job.c59 return kmem_cache_zalloc(parallel ? xe_sched_job_parallel_slab :
/linux-master/kernel/
H A Duser.c213 new = kmem_cache_zalloc(uid_cachep, GFP_KERNEL);
H A Dpid_namespace.c93 ns = kmem_cache_zalloc(pid_ns_cachep, GFP_KERNEL);
H A Ddelayacct.c89 tsk->delays = kmem_cache_zalloc(delayacct_cache, GFP_KERNEL);
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c93 event = kmem_cache_zalloc(mhi_cntrl->ev_ring_el_cache, GFP_KERNEL | GFP_DMA);
112 event = kmem_cache_zalloc(mhi_cntrl->ev_ring_el_cache, GFP_KERNEL | GFP_DMA);
130 event = kmem_cache_zalloc(mhi_cntrl->ev_ring_el_cache, GFP_KERNEL | GFP_DMA);
149 event = kmem_cache_zalloc(mhi_cntrl->ev_ring_el_cache, GFP_KERNEL | GFP_DMA);
441 buf_addr = kmem_cache_zalloc(mhi_cntrl->tre_buf_cache, GFP_KERNEL | GFP_DMA);
930 item = kmem_cache_zalloc(mhi_cntrl->ring_item_cache, GFP_ATOMIC);
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c29 struct sas_task *task = kmem_cache_zalloc(sas_task_cache, flags);
646 event = kmem_cache_zalloc(sas_event_cache, gfp_flags);
/linux-master/security/selinux/ss/
H A Davtab.c74 newnode = kmem_cache_zalloc(avtab_node_cachep, GFP_KERNEL);
80 xperms = kmem_cache_zalloc(avtab_xperms_cachep, GFP_KERNEL);
/linux-master/fs/ecryptfs/
H A Dmain.c475 sbi = kmem_cache_zalloc(ecryptfs_sb_info_cache, GFP_KERNEL);
581 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL);
/linux-master/fs/ext4/
H A Dpage-io.c60 io_end_vec = kmem_cache_zalloc(io_end_vec_cachep, GFP_NOFS);
277 ext4_io_end_t *io_end = kmem_cache_zalloc(io_end_cachep, flags);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c328 pte = kmem_cache_zalloc(hpte_cache, GFP_KERNEL);
/linux-master/drivers/dma/ptdma/
H A Dptdma-dmaengine.c167 desc = kmem_cache_zalloc(chan->pt->dma_desc_cache, GFP_NOWAIT);
/linux-master/fs/verity/
H A Dopen.c186 vi = kmem_cache_zalloc(fsverity_info_cachep, GFP_KERNEL);
/linux-master/net/dccp/
H A Dackvec.c19 struct dccp_ackvec *av = kmem_cache_zalloc(dccp_ackvec_slab, priority);
/linux-master/fs/proc/
H A Dproc_net.c362 netd = kmem_cache_zalloc(proc_dir_entry_cache, GFP_KERNEL);
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c552 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_ATOMIC);
677 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL);
954 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL);

Completed in 341 milliseconds

12345678