Home
last modified time | relevance | path

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

123

/Linux-v5.4/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-v5.4/fs/ceph/
Dsuper.c785 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches()
788 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
793 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
798 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
802 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, SLAB_MEM_SPREAD); in init_caches()
/Linux-v5.4/fs/crypto/
Dcrypto.c497 fscrypt_ctx_cachep = KMEM_CACHE(fscrypt_ctx, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
501 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
/Linux-v5.4/drivers/md/
Ddm-uevent.c194 _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()
/Linux-v5.4/fs/jbd2/
Drevoke.c196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_record_cache()
209 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_table_cache()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_scheduler.c520 global.slab_dependencies = KMEM_CACHE(i915_dependency, in i915_global_scheduler_init()
525 global.slab_priorities = KMEM_CACHE(i915_priolist, in i915_global_scheduler_init()
Di915_request.c1571 global.slab_requests = KMEM_CACHE(i915_request, in i915_global_request_init()
1578 global.slab_execute_cbs = KMEM_CACHE(execute_cb, in i915_global_request_init()
1585 global.slab_dependencies = KMEM_CACHE(i915_dependency, in i915_global_request_init()
Di915_buddy.c37 global.slab_blocks = KMEM_CACHE(i915_buddy_block, SLAB_HWCACHE_ALIGN); in i915_global_buddy_init()
/Linux-v5.4/kernel/
Ddelayacct.c30 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
Dnsproxy.c271 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
Dpid_namespace.c460 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); in pid_namespaces_init()
Dpid.c538 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pid_idr_init()
/Linux-v5.4/virt/kvm/
Dasync_pf.c39 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/Linux-v5.4/drivers/scsi/libsas/
Dsas_init.c639 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init()
643 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN); in sas_class_init()
/Linux-v5.4/fs/notify/fanotify/
Dfanotify_user.c1140 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, in fanotify_user_setup()
1142 fanotify_event_cachep = KMEM_CACHE(fanotify_event, SLAB_PANIC); in fanotify_user_setup()
1145 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC); in fanotify_user_setup()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_object.c324 KMEM_CACHE(drm_i915_gem_object, SLAB_HWCACHE_ALIGN); in i915_global_objects_init()
/Linux-v5.4/drivers/block/rsxx/
Ddev.c314 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_context.c272 global.slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN); in i915_global_context_init()
/Linux-v5.4/fs/notify/
Dfsnotify.c396 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/Linux-v5.4/drivers/usb/usbip/
Dstub_main.c372 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
/Linux-v5.4/fs/ext4/
Dblock_validity.c33 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
/Linux-v5.4/include/linux/
Dslab.h169 #define KMEM_CACHE(__struct, __flags) \ macro

123