| /linux/net/dccp/ |
| H A D | ackvec.c | |
| /linux/fs/notify/dnotify/ |
| H A D | dnotify.c | 402 dnotify_struct_cache = KMEM_CACHE(dnotify_struct, in dnotify_init() 404 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
|
| /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()
|
| /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-bio-prison-v2.c | 353 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0); in dm_bio_prison_init_v2()
|
| H A D | dm-bio-prison-v1.c | 398 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init_v1()
|
| /linux/security/selinux/ |
| H A D | avc.c | 138 avc_node_cachep = KMEM_CACHE(avc_node, SLAB_PANIC); in avc_init() 139 avc_xperms_cachep = KMEM_CACHE(avc_xperms_node, SLAB_PANIC); in avc_init() 140 avc_xperms_decision_cachep = KMEM_CACHE(avc_xperms_decision_node, SLAB_PANIC); in avc_init() 141 avc_xperms_data_cachep = KMEM_CACHE(extended_perms_data, SLAB_PANIC); in avc_init()
|
| /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()
|
| /linux/virt/kvm/ |
| H A D | async_pf.c | 24 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
|
| /linux/security/selinux/ss/ |
| H A D | hashtab.c | 198 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANIC); in hashtab_cache_init()
|
| H A D | avtab.c | 616 avtab_node_cachep = KMEM_CACHE(avtab_node, SLAB_PANIC); 617 avtab_xperms_cachep = KMEM_CACHE(avtab_extended_perms, SLAB_PANIC);
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 2184 fanotify_mark_cache = KMEM_CACHE(fanotify_mark, in fanotify_user_setup() 2186 fanotify_fid_event_cachep = KMEM_CACHE(fanotify_fid_event, in fanotify_user_setup() 2188 fanotify_path_event_cachep = KMEM_CACHE(fanotify_path_event, in fanotify_user_setup() 2192 KMEM_CACHE(fanotify_perm_event, SLAB_PANIC); in fanotify_user_setup() 2194 fanotify_mnt_event_cachep = KMEM_CACHE(fanotify_mnt_event, SLAB_PANIC); in fanotify_user_setup()
|
| /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()
|
| /linux/net/rds/ |
| H A D | tcp_recv.c | 344 rds_tcp_incoming_slab = KMEM_CACHE(rds_tcp_incoming, 0); in rds_tcp_recv_init()
|
| /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()
|
| /linux/net/ipv6/ |
| H A D | xfrm6_tunnel.c | 358 xfrm6_tunnel_spi_kmem = KMEM_CACHE(xfrm6_tunnel_spi, SLAB_HWCACHE_ALIGN); in xfrm6_tunnel_init()
|
| /linux/fs/ext4/ |
| H A D | block_validity.c | 34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
|
| /linux/kernel/ |
| H A D | delayacct.c | 52 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
|
| /linux/fs/ceph/ |
| H A D | subvolume_metrics.c | 406 ceph_subvol_metric_entry_cachep = KMEM_CACHE(ceph_subvol_metric_rb_entry, in ceph_subvolume_metrics_cache_init()
|
| /linux/fs/nfsd/ |
| H A D | nfs4layouts.c | 941 nfs4_layout_cache = KMEM_CACHE(nfs4_layout, 0); in nfsd4_init_pnfs() 945 nfs4_layout_stateid_cache = KMEM_CACHE(nfs4_layout_stateid, 0); in nfsd4_init_pnfs()
|
| H A D | filecache.c | 880 nfsd_file_slab = KMEM_CACHE(nfsd_file, 0); in nfsd_file_cache_init() 886 nfsd_file_mark_slab = KMEM_CACHE(nfsd_file_mark, 0); in nfsd_file_cache_init()
|
| H A D | nfscache.c | 171 drc_slab = KMEM_CACHE(nfsd_cacherep, 0); in nfsd_drc_slab_create()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context.c | 463 slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN); in i915_context_module_init()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ring_mux.c | 163 amdgpu_mux_chunk_slab = KMEM_CACHE(amdgpu_mux_chunk, SLAB_HWCACHE_ALIGN); in amdgpu_ring_mux_init()
|