Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c201 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/
Ddnotify.c388 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/
Dsuper.c744 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/
Dcrypto.c466 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/
Ddm-uevent.c207 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
Ddm-cache-background-tracker.c50 b->work_cache = KMEM_CACHE(bt_work, 0); in btracker_create()
Ddm-bio-prison-v2.c359 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0); in dm_bio_prison_init_v2()
Ddm-bio-prison-v1.c405 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init_v1()
Ddm-io.c560 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
/Linux-v4.19/fs/jbd2/
Drevoke.c194 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/
Ddelayacct.c39 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
Dnsproxy.c275 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
Dpid.c466 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pid_idr_init()
Dpid_namespace.c460 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); in pid_namespaces_init()
Dtaskstats.c677 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c937 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/
Dasync_pf.c51 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/Linux-v4.19/fs/ext4/
Dblock_validity.c33 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
Dpage-io.c37 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_init.c654 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/
Ddev.c328 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
/Linux-v4.19/fs/notify/
Dfsnotify.c395 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/Linux-v4.19/drivers/usb/usbip/
Dstub_main.c347 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
/Linux-v4.19/include/linux/
Dslab.h163 #define KMEM_CACHE(__struct, __flags) \ macro
/Linux-v4.19/mm/
Dkmemleak.c2020 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()

123