Home
last modified time | relevance | path

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

1234

/linux-5.19.10/fs/ceph/
Dsuper.c894 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches()
897 ceph_cap_snap_cachep = KMEM_CACHE(ceph_cap_snap, SLAB_MEM_SPREAD); in init_caches()
900 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches()
905 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
910 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches()
914 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, SLAB_MEM_SPREAD); in init_caches()
918 ceph_mds_request_cachep = KMEM_CACHE(ceph_mds_request, SLAB_MEM_SPREAD); in init_caches()
/linux-5.19.10/fs/notify/dnotify/
Ddnotify.c400 dnotify_struct_cache = KMEM_CACHE(dnotify_struct, in dnotify_init()
402 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
/linux-5.19.10/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.c353 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0); in dm_bio_prison_init_v2()
Ddm-bio-prison-v1.c398 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init_v1()
Ddm-io.c533 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_scheduler.c496 slab_dependencies = KMEM_CACHE(i915_dependency, in i915_scheduler_module_init()
502 slab_priorities = KMEM_CACHE(i915_priolist, 0); in i915_scheduler_module_init()
Di915_vma_resource.c416 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN); in i915_vma_resource_module_init()
/linux-5.19.10/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-5.19.10/drivers/net/wireguard/
Dpeer.c233 peer_cache = KMEM_CACHE(wg_peer, 0); in wg_peer_init()
Dratelimiter.c164 entry_cache = KMEM_CACHE(ratelimiter_entry, 0); in wg_ratelimiter_init()
/linux-5.19.10/fs/ext4/
Dpage-io.c38 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
42 io_end_vec_cachep = KMEM_CACHE(ext4_io_end_vec, 0); in ext4_init_pageio()
Dblock_validity.c34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
/linux-5.19.10/virt/kvm/
Dasync_pf.c24 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/linux-5.19.10/block/
Dblk-crypto.c60 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0); in bio_crypt_ctx_init()
/linux-5.19.10/fs/notify/fanotify/
Dfanotify_user.c1809 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, in fanotify_user_setup()
1811 fanotify_fid_event_cachep = KMEM_CACHE(fanotify_fid_event, in fanotify_user_setup()
1813 fanotify_path_event_cachep = KMEM_CACHE(fanotify_path_event, in fanotify_user_setup()
1817 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC); in fanotify_user_setup()
/linux-5.19.10/kernel/
Ddelayacct.c41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
Dpid_namespace.c453 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT); in pid_namespaces_init()
Dnsproxy.c571 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT); in nsproxy_cache_init()
/linux-5.19.10/fs/crypto/
Dcrypto.c387 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
/linux-5.19.10/drivers/scsi/libsas/
Dsas_init.c683 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init()
687 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN); in sas_class_init()
/linux-5.19.10/drivers/usb/usbip/
Dstub_main.c370 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
/linux-5.19.10/drivers/dma-buf/
Dst-dma-fence.c566 slab_fences = KMEM_CACHE(mock_fence, in dma_fence()
/linux-5.19.10/fs/notify/
Dfsnotify.c593 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()

1234