/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_gem_device.c | 201 i915->objects = KMEM_CACHE(mock_object, SLAB_HWCACHE_ALIGN); in mock_gem_device() 205 i915->vmas = KMEM_CACHE(i915_vma, SLAB_HWCACHE_ALIGN); in mock_gem_device() 210 SLAB_HWCACHE_ALIGN | in mock_gem_device() 217 SLAB_HWCACHE_ALIGN | in mock_gem_device() 222 i915->priorities = KMEM_CACHE(i915_priolist, SLAB_HWCACHE_ALIGN); in mock_gem_device()
|
/Linux-v4.19/tools/testing/radix-tree/linux/ |
D | slab.h | 8 #define SLAB_HWCACHE_ALIGN 1 macro
|
/Linux-v4.19/fs/cachefiles/ |
D | main.c | 69 SLAB_HWCACHE_ALIGN, in cachefiles_init()
|
/Linux-v4.19/fs/jffs2/ |
D | malloc.c | 44 0, SLAB_HWCACHE_ALIGN, NULL); in jffs2_create_slab_caches() 50 0, SLAB_HWCACHE_ALIGN, NULL); in jffs2_create_slab_caches()
|
/Linux-v4.19/fs/xfs/ |
D | kmem.h | 86 #define KM_ZONE_HWALIGN SLAB_HWCACHE_ALIGN
|
/Linux-v4.19/net/dccp/ |
D | ackvec.c | 379 SLAB_HWCACHE_ALIGN, NULL); in dccp_ackvec_init() 385 0, SLAB_HWCACHE_ALIGN, NULL); in dccp_ackvec_init()
|
D | ccid.c | 92 SLAB_HWCACHE_ALIGN, NULL); in ccid_kmem_cache_create()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs_txreq.c | 130 0, SLAB_HWCACHE_ALIGN, in verbs_txreq_init()
|
D | vnic_sdma.c | 313 0, SLAB_HWCACHE_ALIGN, in hfi1_vnic_txreq_init()
|
/Linux-v4.19/drivers/gpu/drm/scheduler/ |
D | sched_fence.c | 36 SLAB_HWCACHE_ALIGN, NULL); in drm_sched_fence_slab_init()
|
/Linux-v4.19/net/dccp/ccids/lib/ |
D | packet_history.c | 50 0, SLAB_HWCACHE_ALIGN, NULL); in tfrc_tx_packet_history_init() 98 0, SLAB_HWCACHE_ALIGN, NULL); in tfrc_rx_packet_history_init()
|
D | loss_interval.c | 175 SLAB_HWCACHE_ALIGN, NULL); in tfrc_li_init()
|
/Linux-v4.19/lib/ |
D | sg_pool.c | 130 SLAB_HWCACHE_ALIGN, NULL); in sg_pool_init()
|
/Linux-v4.19/kernel/ |
D | user.c | 223 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
|
D | fork.c | 2327 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_TYPESAFE_BY_RCU| in proc_caches_init() 2331 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2335 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2339 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 2351 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_main.c | 898 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init() 911 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init() 922 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.c | 102 SLAB_HWCACHE_ALIGN, in iwl_trans_alloc()
|
/Linux-v4.19/net/ipv4/ |
D | inetpeer.c | 93 0, SLAB_HWCACHE_ALIGN | SLAB_PANIC, in inet_initpeers()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 410 SLAB_HWCACHE_ALIGN, NULL); in amdgpu_sync_init()
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_init.c | 654 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init() 658 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN); in sas_class_init()
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_main.c | 1069 SLAB_HWCACHE_ALIGN, in fnic_init_module() 1081 SLAB_HWCACHE_ALIGN, in fnic_init_module() 1092 0, SLAB_HWCACHE_ALIGN, NULL); in fnic_init_module()
|
/Linux-v4.19/drivers/block/rsxx/ |
D | dev.c | 328 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dmaengine.c | 658 SLAB_HWCACHE_ALIGN, NULL); in ccp_dmaengine_register() 673 SLAB_HWCACHE_ALIGN, NULL); in ccp_dmaengine_register()
|
/Linux-v4.19/fs/hfsplus/ |
D | attributes.c | 23 SLAB_HWCACHE_ALIGN, NULL); in hfsplus_create_attr_tree_cache()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | stub_main.c | 347 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
|