/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 385 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/ |
D | crypto.c | 257 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/ |
D | crypto.c | 189 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()
|
D | block_validity.c | 32 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
|
D | page-io.c | 35 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
|
D | mballoc.c | 2845 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/ |
D | super.c | 647 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/ |
D | dm-uevent.c | 207 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
|
D | dm-bio-prison.c | 403 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init()
|
D | dm-io.c | 530 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
|
D | dm-log-userspace-base.c | 895 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0); in userspace_dirty_log_init()
|
D | dm-snap.c | 2432 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()
|
D | raid5-cache.c | 1159 log->io_kc = KMEM_CACHE(r5l_io_unit, 0); in r5l_init_log()
|
D | dm-mpath.c | 1710 _mpio_cache = KMEM_CACHE(dm_mpath_io, 0); in dm_multipath_init()
|
D | dm.c | 318 _io_cache = KMEM_CACHE(dm_io, 0); in local_init() 322 _rq_tio_cache = KMEM_CACHE(dm_rq_target_io, 0); in local_init()
|
D | dm-cache-target.c | 3845 migration_cache = KMEM_CACHE(dm_cache_migration, 0); in dm_cache_init()
|
D | dm-thin.c | 4295 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); in dm_thin_init()
|
/linux-4.4.14/kernel/ |
D | delayacct.c | 37 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC); in delayacct_init()
|
D | nsproxy.c | 257 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
|
D | pid_namespace.c | 401 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); in pid_namespaces_init()
|
D | pid.c | 606 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pidmap_init()
|
D | taskstats.c | 686 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()
|
D | user_namespace.c | 1010 user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC); in user_namespaces_init()
|
D | fork.c | 1872 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC); in proc_caches_init()
|
D | signal.c | 3582 sigqueue_cachep = KMEM_CACHE(sigqueue, SLAB_PANIC); in signals_init()
|
D | workqueue.c | 5272 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC); in init_workqueues()
|
/linux-4.4.14/fs/jbd2/ |
D | revoke.c | 201 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()
|
D | journal.c | 2620 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/ |
D | fanotify_user.c | 935 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/ |
D | async_pf.c | 50 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | stub_main.c | 276 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
|
/linux-4.4.14/drivers/block/rsxx/ |
D | dev.c | 336 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
|
D | cregs.c | 794 creg_cmd_pool = KMEM_CACHE(creg_cmd, SLAB_HWCACHE_ALIGN); in rsxx_creg_init()
|
D | dma.c | 1092 rsxx_dma_pool = KMEM_CACHE(rsxx_dma, SLAB_HWCACHE_ALIGN); in rsxx_dma_init()
|
/linux-4.4.14/include/linux/ |
D | slab.h | 134 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\ macro
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_init.c | 581 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 1874 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()
|
D | zswap.c | 223 zswap_entry_cache = KMEM_CACHE(zswap_entry, 0); in zswap_entry_cache_create()
|
D | rmap.c | 432 anon_vma_chain_cachep = KMEM_CACHE(anon_vma_chain, SLAB_PANIC); in anon_vma_init()
|
D | nommu.c | 563 vm_region_jar = KMEM_CACHE(vm_region, SLAB_PANIC); in mmap_init()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 819 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, SLAB_PANIC); in inotify_user_setup()
|
/linux-4.4.14/fs/ |
D | aio.c | 260 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()
|
D | direct-io.c | 1349 dio_cache = KMEM_CACHE(dio, SLAB_PANIC); in dio_init()
|
D | dcache.c | 3410 dentry_cache = KMEM_CACHE(dentry, in dcache_init()
|
/linux-4.4.14/drivers/sh/maple/ |
D | maple.c | 836 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN); in maple_bus_init()
|
/linux-4.4.14/drivers/scsi/ |
D | virtio_scsi.c | 1125 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events.c | 3052 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/ |
D | request.c | 1159 bch_search_cache = KMEM_CACHE(search, 0); in bch_request_init()
|
/linux-4.4.14/drivers/dma/ioat/ |
D | init.c | 1399 ioat_sed_cache = KMEM_CACHE(ioat_sed_ent, 0); in ioat_init_module()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 4766 smack_inode_cache = KMEM_CACHE(inode_smack, 0); in smack_init()
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 4776 cfq_pool = KMEM_CACHE(cfq_queue, 0); in cfq_init()
|