Home
last modified time | relevance | path

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

123456

/linux/fs/netfs/
H A Dmain.c109 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
119 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
/linux/fs/cachefiles/
H A Dmain.c61 0, SLAB_HWCACHE_ALIGN, NULL); in cachefiles_init()
/linux/fs/jffs2/
H A Dmalloc.c40 raw_dirent_slab = KMEM_CACHE(jffs2_raw_dirent, SLAB_HWCACHE_ALIGN); in jffs2_create_slab_caches()
44 raw_inode_slab = KMEM_CACHE(jffs2_raw_inode, SLAB_HWCACHE_ALIGN); in jffs2_create_slab_caches()
/linux/net/dccp/
H A Dackvec.c379 dccp_ackvec_slab = KMEM_CACHE(dccp_ackvec, SLAB_HWCACHE_ALIGN); in dccp_ackvec_init()
383 dccp_ackvec_record_slab = KMEM_CACHE(dccp_ackvec_record, SLAB_HWCACHE_ALIGN); in dccp_ackvec_init()
H A Dccid.c89 SLAB_HWCACHE_ALIGN, NULL); in ccid_kmem_cache_create()
/linux/drivers/gpu/drm/xe/
H A Dxe_sched_job.c33 SLAB_HWCACHE_ALIGN, NULL); in xe_sched_job_module_init()
42 SLAB_HWCACHE_ALIGN, NULL); in xe_sched_job_module_init()
H A Dxe_hw_fence.c25 SLAB_HWCACHE_ALIGN, NULL); in xe_hw_fence_module_init()
/linux/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c88 0, SLAB_HWCACHE_ALIGN, in verbs_txreq_init()
H A Dvnic_sdma.c271 0, SLAB_HWCACHE_ALIGN, in hfi1_vnic_txreq_init()
/linux/net/dccp/ccids/lib/
H A Dpacket_history.c37 0, SLAB_HWCACHE_ALIGN, NULL); in tfrc_tx_packet_history_init()
85 0, SLAB_HWCACHE_ALIGN, NULL); in tfrc_rx_packet_history_init()
H A Dloss_interval.c174 SLAB_HWCACHE_ALIGN, NULL); in tfrc_li_init()
/linux/drivers/iommu/
H A Dfsl_pamu_domain.c37 SLAB_HWCACHE_ALIGN, in iommu_init_mempool()
47 SLAB_HWCACHE_ALIGN, in iommu_init_mempool()
/linux/lib/
H A Dsg_pool.c151 SLAB_HWCACHE_ALIGN, NULL); in sg_pool_init()
/linux/drivers/scsi/snic/
H A Dsnic_main.c853 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
866 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
877 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
/linux/drivers/gpu/drm/scheduler/
H A Dsched_fence.c36 sched_fence_slab = KMEM_CACHE(drm_sched_fence, SLAB_HWCACHE_ALIGN); in drm_sched_fence_slab_init()
/linux/fs/smb/server/
H A Dksmbd_work.c76 SLAB_HWCACHE_ALIGN, NULL); in ksmbd_work_pool_init()
/linux/kernel/
H A Duser.c250 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c111 SLAB_HWCACHE_ALIGN, NULL); in iwl_trans_init()
/linux/net/ipv4/
H A Dinetpeer.c84 peer_cachep = KMEM_CACHE(inet_peer, SLAB_HWCACHE_ALIGN | SLAB_PANIC); in inet_initpeers()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_domain.c105 SLAB_HWCACHE_ALIGN, NULL); in dr_domain_init_mem_resources()
113 SLAB_HWCACHE_ALIGN, NULL); in dr_domain_init_mem_resources()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c444 amdgpu_sync_slab = KMEM_CACHE(amdgpu_sync_entry, SLAB_HWCACHE_ALIGN); in amdgpu_sync_init()
/linux/scripts/gdb/linux/
H A Dconstants.py.in112 LX_GDBPARSED(SLAB_HWCACHE_ALIGN)
/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/fs/smb/client/
H A Dcifsfs.c1668 SLAB_HWCACHE_ALIGN, 0, in cifs_init_request_bufs()
1697 MAX_CIFS_SMALL_BUFFER_SIZE, 0, SLAB_HWCACHE_ALIGN, in cifs_init_request_bufs()
1738 SLAB_HWCACHE_ALIGN, NULL); in init_mids()
1763 SLAB_HWCACHE_ALIGN, NULL); in cifs_init_netfs()
1773 SLAB_HWCACHE_ALIGN, NULL); in cifs_init_netfs()
/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.c420 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN); in i915_vma_resource_module_init()

123456