Home
last modified time | relevance | path

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

123

/linux/net/dccp/
H A Dackvec.c
/linux/fs/notify/dnotify/
H A Ddnotify.c402 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 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()
/linux/drivers/md/
H A Ddm-uevent.c194 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
H A Ddm-bio-prison-v2.c353 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0); in dm_bio_prison_init_v2()
H A Ddm-bio-prison-v1.c398 _cell_cache = KMEM_CACHE(dm_bio_prison_cell, 0); in dm_bio_prison_init_v1()
/linux/security/selinux/
H A Davc.c138 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 Dpeer.c232 peer_cache = KMEM_CACHE(wg_peer, 0); in wg_peer_init()
H A Dratelimiter.c164 entry_cache = KMEM_CACHE(ratelimiter_entry, 0); in wg_ratelimiter_init()
/linux/virt/kvm/
H A Dasync_pf.c24 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/linux/security/selinux/ss/
H A Dhashtab.c198 hashtab_node_cachep = KMEM_CACHE(hashtab_node, SLAB_PANIC); in hashtab_cache_init()
H A Davtab.c616 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 Dfanotify_user.c2184 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 Dsas_init.c684 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 Dtcp_recv.c344 rds_tcp_incoming_slab = KMEM_CACHE(rds_tcp_incoming, 0); in rds_tcp_recv_init()
/linux/drivers/usb/usbip/
H A Dstub_main.c368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
/linux/net/ipv6/
H A Dxfrm6_tunnel.c358 xfrm6_tunnel_spi_kmem = KMEM_CACHE(xfrm6_tunnel_spi, SLAB_HWCACHE_ALIGN); in xfrm6_tunnel_init()
/linux/fs/ext4/
H A Dblock_validity.c34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
/linux/kernel/
H A Ddelayacct.c52 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
/linux/fs/ceph/
H A Dsubvolume_metrics.c406 ceph_subvol_metric_entry_cachep = KMEM_CACHE(ceph_subvol_metric_rb_entry, in ceph_subvolume_metrics_cache_init()
/linux/fs/nfsd/
H A Dnfs4layouts.c941 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 Dfilecache.c880 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 Dnfscache.c171 drc_slab = KMEM_CACHE(nfsd_cacherep, 0); in nfsd_drc_slab_create()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c463 slab_ce = KMEM_CACHE(intel_context, SLAB_HWCACHE_ALIGN); in i915_context_module_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c163 amdgpu_mux_chunk_slab = KMEM_CACHE(amdgpu_mux_chunk, SLAB_HWCACHE_ALIGN); in amdgpu_ring_mux_init()

123