/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_gem_device.c | 201 i915->objects = KMEM_CACHE(mock_object, SLAB_HWCACHE_ALIGN); in mock_gem_device() 205 i915->vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in mock_gem_device() 209 i915->requests = KMEM_CACHE(mock_request, in mock_gem_device() 216 i915->dependencies = KMEM_CACHE(i915_dependency, in mock_gem_device() 222 i915->priorities = KMEM_CACHE(i915_priolist, SLAB_HWCACHE_ALIGN); in mock_gem_device()
|
/Linux-v4.19/fs/notify/dnotify/ |
D | dnotify.c | 388 dnotify_struct_cache = KMEM_CACHE(dnotify_struct, in dnotify_init() 390 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
|
/Linux-v4.19/fs/ceph/ |
D | super.c | 744 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches() 747 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches() 752 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches() 757 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches() 761 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, SLAB_MEM_SPREAD); in init_caches()
|
/Linux-v4.19/fs/crypto/ |
D | crypto.c | 466 fscrypt_ctx_cachep = KMEM_CACHE(fscrypt_ctx, SLAB_RECLAIM_ACCOUNT); in fscrypt_init() 470 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
|
/Linux-v4.19/drivers/md/ |
D | dm-uevent.c | 207 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
|
D | dm-cache-background-tracker.c | 50 b->work_cache = KMEM_CACHE(bt_work, 0); in btracker_create()
|
D | dm-bio-prison-v2.c | 359 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0); in dm_bio_prison_init_v2()
|
D | dm-bio-prison-v1.c | 405 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init_v1()
|
D | dm-io.c | 560 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
|
/Linux-v4.19/fs/jbd2/ |
D | revoke.c | 194 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches() 199 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_caches()
|
/Linux-v4.19/kernel/ |
D | delayacct.c | 39 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
|
D | nsproxy.c | 275 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
|
D | pid.c | 466 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pid_idr_init()
|
D | pid_namespace.c | 460 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); in pid_namespaces_init()
|
D | taskstats.c | 677 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify_user.c | 937 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, in fanotify_user_setup() 939 fanotify_event_cachep = KMEM_CACHE(fanotify_event_info, SLAB_PANIC); in fanotify_user_setup() 942 KMEM_CACHE(fanotify_perm_event_info, SLAB_PANIC); in fanotify_user_setup()
|
/Linux-v4.19/virt/kvm/ |
D | async_pf.c | 51 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
|
/Linux-v4.19/fs/ext4/ |
D | block_validity.c | 33 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
|
D | page-io.c | 37 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_init.c | 654 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init() 658 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN); in sas_class_init()
|
/Linux-v4.19/drivers/block/rsxx/ |
D | dev.c | 328 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
|
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 395 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | stub_main.c | 347 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
|
/Linux-v4.19/include/linux/ |
D | slab.h | 163 #define KMEM_CACHE(__struct, __flags) \ macro
|
/Linux-v4.19/mm/ |
D | kmemleak.c | 2020 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init() 2021 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()
|