/openbmc/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 400 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()
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 933 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches() 936 ceph_cap_snap_cachep = KMEM_CACHE(ceph_cap_snap, SLAB_MEM_SPREAD); in init_caches() 939 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush, in init_caches() 944 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches() 949 ceph_file_cachep = KMEM_CACHE(ceph_file_info, SLAB_MEM_SPREAD); in init_caches() 953 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, SLAB_MEM_SPREAD); in init_caches() 957 ceph_mds_request_cachep = KMEM_CACHE(ceph_mds_request, SLAB_MEM_SPREAD); in init_caches()
|
/openbmc/linux/drivers/md/ |
H A D | dm-uevent.c | 194 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
|
H A D | dm-cache-background-tracker.c | 51 b->work_cache = KMEM_CACHE(bt_work, 0); in btracker_create()
|
H A D | dm-bio-prison-v2.c | 354 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0); in dm_bio_prison_init_v2()
|
H A D | dm-bio-prison-v1.c | 433 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init_v1()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_scheduler.c | 496 slab_dependencies = KMEM_CACHE(i915_dependency, in i915_scheduler_module_init() 502 slab_priorities = KMEM_CACHE(i915_priolist, 0); in i915_scheduler_module_init()
|
H A D | i915_vma_resource.c | 420 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN); in i915_vma_resource_module_init()
|
/openbmc/linux/fs/jbd2/ |
H A D | revoke.c | 196 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()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | peer.c | 232 peer_cache = KMEM_CACHE(wg_peer, 0); in wg_peer_init()
|
H A D | ratelimiter.c | 164 entry_cache = KMEM_CACHE(ratelimiter_entry, 0); in wg_ratelimiter_init()
|
/openbmc/linux/fs/ext4/ |
H A D | page-io.c | 38 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()
|
H A D | readpage.c | 404 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
|
H A D | block_validity.c | 34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
|
/openbmc/linux/virt/kvm/ |
H A D | async_pf.c | 24 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_init.c | 684 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init() 688 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN); in sas_class_init()
|
/openbmc/linux/block/ |
H A D | blk-crypto.c | 67 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0); in bio_crypt_ctx_init()
|
/openbmc/linux/fs/crypto/ |
H A D | crypto.c | 394 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | 1938 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, in fanotify_user_setup() 1940 fanotify_fid_event_cachep = KMEM_CACHE(fanotify_fid_event, in fanotify_user_setup() 1942 fanotify_path_event_cachep = KMEM_CACHE(fanotify_path_event, in fanotify_user_setup() 1946 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC); in fanotify_user_setup()
|
/openbmc/linux/kernel/ |
H A D | delayacct.c | 41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
|
H A D | pid_namespace.c | 473 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT); in pid_namespaces_init()
|
H A D | nsproxy.c | 589 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT); in nsproxy_cache_init()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | stub_main.c | 368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | st-dma-fence.c | 586 slab_fences = KMEM_CACHE(mock_fence, in dma_fence()
|
/openbmc/linux/include/linux/ |
H A D | slab.h | 208 #define KMEM_CACHE(__struct, __flags) \ macro
|