Home
last modified time | relevance | path

Searched refs:kmem_cache_zalloc (Results 1 – 25 of 56) sorted by relevance

123

/linux-4.19.296/fs/dlm/
Dmemory.c62 r = kmem_cache_zalloc(rsb_cache, GFP_NOFS); in dlm_allocate_rsb()
77 lkb = kmem_cache_zalloc(lkb_cache, GFP_NOFS); in dlm_allocate_lkb()
Dlowcomms.c210 con = kmem_cache_zalloc(con_cache, alloc); in __nodeid2con()
794 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in tcp_accept_from_sock()
914 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in sctp_accept_from_sock()
/linux-4.19.296/virt/kvm/
Dasync_pf.c194 work = kmem_cache_zalloc(async_pf_cache, GFP_NOWAIT | __GFP_NOWARN); in kvm_setup_async_pf()
234 work = kmem_cache_zalloc(async_pf_cache, GFP_ATOMIC); in kvm_async_pf_wakeup_all()
/linux-4.19.296/fs/jffs2/
Dmalloc.c280 xd = kmem_cache_zalloc(xattr_datum_cache, GFP_KERNEL); in jffs2_alloc_xattr_datum()
300 ref = kmem_cache_zalloc(xattr_ref_cache, GFP_KERNEL); in jffs2_alloc_xattr_ref()
/linux-4.19.296/include/acpi/platform/
Daclinuxex.h67 return kmem_cache_zalloc(cache, in acpi_os_acquire_object()
/linux-4.19.296/fs/orangefs/
Dorangefs-cache.c120 new_op = kmem_cache_zalloc(op_cache, GFP_KERNEL); in op_alloc()
/linux-4.19.296/fs/crypto/
Dcrypto.c124 ctx = kmem_cache_zalloc(fscrypt_ctx_cachep, gfp_flags); in fscrypt_get_ctx()
411 ctx = kmem_cache_zalloc(fscrypt_ctx_cachep, GFP_NOFS); in fscrypt_initialize()
/linux-4.19.296/fs/ecryptfs/
Dfile.c215 file_info = kmem_cache_zalloc(ecryptfs_file_info_cache, GFP_KERNEL); in ecryptfs_open()
283 file_info = kmem_cache_zalloc(ecryptfs_file_info_cache, GFP_KERNEL); in ecryptfs_dir_open()
Dmain.c503 sbi = kmem_cache_zalloc(ecryptfs_sb_info_cache, GFP_KERNEL); in ecryptfs_mount()
603 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount()
Dkeystore.c1276 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, in parse_tag_1_packet()
1411 kmem_cache_zalloc(ecryptfs_auth_tok_list_item_cache, GFP_KERNEL); in parse_tag_3_packet()
2530 new_auth_tok = kmem_cache_zalloc(ecryptfs_global_auth_tok_cache, in ecryptfs_add_global_auth_tok()
/linux-4.19.296/drivers/s390/cio/
Dvfio_ccw_drv.c127 private->io_region = kmem_cache_zalloc(vfio_ccw_io_region, in vfio_ccw_sch_probe()
Dqdio_setup.c29 return kmem_cache_zalloc(qdio_aob_cache, GFP_ATOMIC); in qdio_allocate_aob()
145 q = kmem_cache_zalloc(qdio_q_cache, GFP_KERNEL); in __qdio_allocate_qs()
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fc.c552 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_ATOMIC); in zfcp_fc_adisc()
635 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL); in zfcp_fc_alloc_sg_env()
901 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL); in zfcp_fc_sym_name_update()
/linux-4.19.296/fs/gfs2/
Dtrans.c134 bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL); in gfs2_alloc_bufdata()
/linux-4.19.296/fs/proc/
Dproc_net.c323 netd = kmem_cache_zalloc(proc_dir_entry_cache, GFP_KERNEL); in proc_net_ns_init()
Dgeneric.c423 ent = kmem_cache_zalloc(proc_dir_entry_cache, GFP_KERNEL); in __proc_create()
/linux-4.19.296/fs/
Dfile_table.c100 f = kmem_cache_zalloc(filp_cachep, GFP_KERNEL); in __alloc_file()
/linux-4.19.296/fs/btrfs/
Dfree-space-cache.c744 e = kmem_cache_zalloc(btrfs_free_space_cachep, in __load_free_space_cache()
776 e->bitmap = kmem_cache_zalloc( in __load_free_space_cache()
2143 info = kmem_cache_zalloc(btrfs_free_space_cachep, in insert_into_bitmap()
2153 info->bitmap = kmem_cache_zalloc(btrfs_free_space_bitmap_cachep, in insert_into_bitmap()
2349 info = kmem_cache_zalloc(btrfs_free_space_cachep, GFP_NOFS); in __btrfs_add_free_space()
3614 info = kmem_cache_zalloc(btrfs_free_space_cachep, GFP_NOFS); in test_add_free_space_entry()
3632 map = kmem_cache_zalloc(btrfs_free_space_bitmap_cachep, GFP_NOFS); in test_add_free_space_entry()
Dextent_map.c52 em = kmem_cache_zalloc(extent_map_cache, GFP_NOFS); in alloc_extent_map()
/linux-4.19.296/include/linux/
Dslab.h697 static inline void *kmem_cache_zalloc(struct kmem_cache *k, gfp_t flags) in kmem_cache_zalloc() function
/linux-4.19.296/lib/
Ddebugobjects.c153 new = kmem_cache_zalloc(obj_cache, gfp); in fill_pool()
1240 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL); in debug_objects_replace_static_objects()
/linux-4.19.296/fs/nfs/
Dread.c39 struct nfs_pgio_header *p = kmem_cache_zalloc(nfs_rdata_cachep, GFP_KERNEL); in nfs_readhdr_alloc()
/linux-4.19.296/fs/ext4/
Dpage-io.c255 ext4_io_end_t *io = kmem_cache_zalloc(io_end_cachep, flags); in ext4_init_io_end()
/linux-4.19.296/fs/ocfs2/dlm/
Ddlmlock.c428 lock = kmem_cache_zalloc(dlm_lock_cache, GFP_NOFS); in dlm_new_lock()
/linux-4.19.296/drivers/sh/maple/
Dmaple.c196 mq->recvbuf = kmem_cache_zalloc(maple_queue_cache, GFP_KERNEL); in maple_allocq()

123