Home
last modified time | relevance | path

Searched refs:KMEM_CACHE (Results 1 – 51 of 51) sorted by relevance

/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c385 dnotify_struct_cache = KMEM_CACHE(dnotify_struct, SLAB_PANIC); in dnotify_init()
386 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC); in dnotify_init()
/linux-4.4.14/fs/f2fs/
Dcrypto.c257 f2fs_crypto_ctx_cachep = KMEM_CACHE(f2fs_crypto_ctx, in f2fs_init_crypto()
262 f2fs_crypt_info_cachep = KMEM_CACHE(f2fs_crypt_info, in f2fs_init_crypto()
/linux-4.4.14/fs/ext4/
Dcrypto.c189 ext4_crypto_ctx_cachep = KMEM_CACHE(ext4_crypto_ctx, in ext4_init_crypto()
194 ext4_crypt_info_cachep = KMEM_CACHE(ext4_crypt_info, in ext4_init_crypto()
Dblock_validity.c32 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
Dpage-io.c35 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
Dmballoc.c2845 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc()
2850 ext4_ac_cachep = KMEM_CACHE(ext4_allocation_context, in ext4_init_mballoc()
2857 ext4_free_data_cachep = KMEM_CACHE(ext4_free_data, in ext4_init_mballoc()
/linux-4.4.14/fs/ceph/
Dsuper.c647 ceph_cap_cachep = KMEM_CACHE(ceph_cap, in init_caches()
651 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
656 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
661 ceph_file_cachep = KMEM_CACHE(ceph_file_info, in init_caches()
/linux-4.4.14/drivers/md/
Ddm-uevent.c207 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
Ddm-bio-prison.c403 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init()
Ddm-io.c530 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
Ddm-log-userspace-base.c895 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0); in userspace_dirty_log_init()
Ddm-snap.c2432 exception_cache = KMEM_CACHE(dm_exception, 0); in dm_snapshot_init()
2439 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); in dm_snapshot_init()
Draid5-cache.c1159 log->io_kc = KMEM_CACHE(r5l_io_unit, 0); in r5l_init_log()
Ddm-mpath.c1710 _mpio_cache = KMEM_CACHE(dm_mpath_io, 0); in dm_multipath_init()
Ddm.c318 _io_cache = KMEM_CACHE(dm_io, 0); in local_init()
322 _rq_tio_cache = KMEM_CACHE(dm_rq_target_io, 0); in local_init()
Ddm-cache-target.c3845 migration_cache = KMEM_CACHE(dm_cache_migration, 0); in dm_cache_init()
Ddm-thin.c4295 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); in dm_thin_init()
/linux-4.4.14/kernel/
Ddelayacct.c37 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC); in delayacct_init()
Dnsproxy.c257 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
Dpid_namespace.c401 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); in pid_namespaces_init()
Dpid.c606 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pidmap_init()
Dtaskstats.c686 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()
Duser_namespace.c1010 user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC); in user_namespaces_init()
Dfork.c1872 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC); in proc_caches_init()
Dsignal.c3582 sigqueue_cachep = KMEM_CACHE(sigqueue, SLAB_PANIC); in signals_init()
Dworkqueue.c5272 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in init_workqueues()
/linux-4.4.14/fs/jbd2/
Drevoke.c201 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
206 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_caches()
Djournal.c2620 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY); in jbd2_journal_init_handle_cache()
2625 jbd2_inode_cache = KMEM_CACHE(jbd2_inode, 0); in jbd2_journal_init_handle_cache()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c935 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, SLAB_PANIC); in fanotify_user_setup()
936 fanotify_event_cachep = KMEM_CACHE(fanotify_event_info, SLAB_PANIC); in fanotify_user_setup()
938 fanotify_perm_event_cachep = KMEM_CACHE(fanotify_perm_event_info, in fanotify_user_setup()
/linux-4.4.14/virt/kvm/
Dasync_pf.c50 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/linux-4.4.14/drivers/usb/usbip/
Dstub_main.c276 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
/linux-4.4.14/drivers/block/rsxx/
Ddev.c336 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
Dcregs.c794 creg_cmd_pool = KMEM_CACHE(creg_cmd, SLAB_HWCACHE_ALIGN); in rsxx_creg_init()
Ddma.c1092 rsxx_dma_pool = KMEM_CACHE(rsxx_dma, SLAB_HWCACHE_ALIGN); in rsxx_dma_init()
/linux-4.4.14/include/linux/
Dslab.h134 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\ macro
/linux-4.4.14/drivers/scsi/libsas/
Dsas_init.c581 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init()
/linux-4.4.14/mm/
Dkmemleak.c1874 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()
1875 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()
Dzswap.c223 zswap_entry_cache = KMEM_CACHE(zswap_entry, 0); in zswap_entry_cache_create()
Drmap.c432 anon_vma_chain_cachep = KMEM_CACHE(anon_vma_chain, SLAB_PANIC); in anon_vma_init()
Dnommu.c563 vm_region_jar = KMEM_CACHE(vm_region, SLAB_PANIC); in mmap_init()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c819 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, SLAB_PANIC); in inotify_user_setup()
/linux-4.4.14/fs/
Daio.c260 kiocb_cachep = KMEM_CACHE(aio_kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
261 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC); in aio_setup()
Ddirect-io.c1349 dio_cache = KMEM_CACHE(dio, SLAB_PANIC); in dio_init()
Ddcache.c3410 dentry_cache = KMEM_CACHE(dentry, in dcache_init()
/linux-4.4.14/drivers/sh/maple/
Dmaple.c836 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN); in maple_bus_init()
/linux-4.4.14/drivers/scsi/
Dvirtio_scsi.c1125 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
/linux-4.4.14/kernel/trace/
Dtrace_events.c3052 field_cachep = KMEM_CACHE(ftrace_event_field, SLAB_PANIC); in event_trace_memsetup()
3053 file_cachep = KMEM_CACHE(trace_event_file, SLAB_PANIC); in event_trace_memsetup()
/linux-4.4.14/drivers/md/bcache/
Drequest.c1159 bch_search_cache = KMEM_CACHE(search, 0); in bch_request_init()
/linux-4.4.14/drivers/dma/ioat/
Dinit.c1399 ioat_sed_cache = KMEM_CACHE(ioat_sed_ent, 0); in ioat_init_module()
/linux-4.4.14/security/smack/
Dsmack_lsm.c4766 smack_inode_cache = KMEM_CACHE(inode_smack, 0); in smack_init()
/linux-4.4.14/block/
Dcfq-iosched.c4776 cfq_pool = KMEM_CACHE(cfq_queue, 0); in cfq_init()