Home
last modified time | relevance | path

Searched refs:SLAB_HWCACHE_ALIGN (Results 1 – 25 of 122) sorted by relevance

12345

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c201 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/
Dslab.h8 #define SLAB_HWCACHE_ALIGN 1 macro
/Linux-v4.19/fs/cachefiles/
Dmain.c69 SLAB_HWCACHE_ALIGN, in cachefiles_init()
/Linux-v4.19/fs/jffs2/
Dmalloc.c44 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/
Dkmem.h86 #define KM_ZONE_HWALIGN SLAB_HWCACHE_ALIGN
/Linux-v4.19/net/dccp/
Dackvec.c379 SLAB_HWCACHE_ALIGN, NULL); in dccp_ackvec_init()
385 0, SLAB_HWCACHE_ALIGN, NULL); in dccp_ackvec_init()
Dccid.c92 SLAB_HWCACHE_ALIGN, NULL); in ccid_kmem_cache_create()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs_txreq.c130 0, SLAB_HWCACHE_ALIGN, in verbs_txreq_init()
Dvnic_sdma.c313 0, SLAB_HWCACHE_ALIGN, in hfi1_vnic_txreq_init()
/Linux-v4.19/drivers/gpu/drm/scheduler/
Dsched_fence.c36 SLAB_HWCACHE_ALIGN, NULL); in drm_sched_fence_slab_init()
/Linux-v4.19/net/dccp/ccids/lib/
Dpacket_history.c50 0, SLAB_HWCACHE_ALIGN, NULL); in tfrc_tx_packet_history_init()
98 0, SLAB_HWCACHE_ALIGN, NULL); in tfrc_rx_packet_history_init()
Dloss_interval.c175 SLAB_HWCACHE_ALIGN, NULL); in tfrc_li_init()
/Linux-v4.19/lib/
Dsg_pool.c130 SLAB_HWCACHE_ALIGN, NULL); in sg_pool_init()
/Linux-v4.19/kernel/
Duser.c223 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
Dfork.c2327 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/
Dsnic_main.c898 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/
Diwl-trans.c102 SLAB_HWCACHE_ALIGN, in iwl_trans_alloc()
/Linux-v4.19/net/ipv4/
Dinetpeer.c93 0, SLAB_HWCACHE_ALIGN | SLAB_PANIC, in inet_initpeers()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c410 SLAB_HWCACHE_ALIGN, NULL); in amdgpu_sync_init()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_init.c654 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/
Dfnic_main.c1069 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/
Ddev.c328 bio_meta_pool = KMEM_CACHE(rsxx_bio_meta, SLAB_HWCACHE_ALIGN); in rsxx_dev_init()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dmaengine.c658 SLAB_HWCACHE_ALIGN, NULL); in ccp_dmaengine_register()
673 SLAB_HWCACHE_ALIGN, NULL); in ccp_dmaengine_register()
/Linux-v4.19/fs/hfsplus/
Dattributes.c23 SLAB_HWCACHE_ALIGN, NULL); in hfsplus_create_attr_tree_cache()
/Linux-v4.19/drivers/usb/usbip/
Dstub_main.c347 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()

12345