Home
last modified time | relevance | path

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

123456

/linux/fs/netfs/
A Dmain.c110 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
120 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
/linux/fs/cachefiles/
A Dmain.c61 0, SLAB_HWCACHE_ALIGN, NULL); in cachefiles_init()
/linux/fs/jffs2/
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/
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()
A Dccid.c89 SLAB_HWCACHE_ALIGN, NULL); in ccid_kmem_cache_create()
/linux/drivers/gpu/drm/xe/
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()
A Dxe_hw_fence.c25 SLAB_HWCACHE_ALIGN, NULL); in xe_hw_fence_module_init()
/linux/drivers/infiniband/hw/hfi1/
A Dverbs_txreq.c88 0, SLAB_HWCACHE_ALIGN, in verbs_txreq_init()
A Dvnic_sdma.c271 0, SLAB_HWCACHE_ALIGN, in hfi1_vnic_txreq_init()
/linux/drivers/iommu/
A Dfsl_pamu_domain.c37 SLAB_HWCACHE_ALIGN, in iommu_init_mempool()
47 SLAB_HWCACHE_ALIGN, in iommu_init_mempool()
/linux/net/dccp/ccids/lib/
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()
A Dloss_interval.c174 SLAB_HWCACHE_ALIGN, NULL); in tfrc_li_init()
/linux/lib/
A Dsg_pool.c151 SLAB_HWCACHE_ALIGN, NULL); in sg_pool_init()
/linux/drivers/scsi/snic/
A Dsnic_main.c852 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
865 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
876 SLAB_HWCACHE_ALIGN, NULL); in snic_global_data_init()
/linux/drivers/gpu/drm/scheduler/
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/
A Dksmbd_work.c76 SLAB_HWCACHE_ALIGN, NULL); in ksmbd_work_pool_init()
/linux/kernel/
A Duser.c250 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC, NULL); in uid_cache_init()
/linux/net/ipv4/
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/
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/fs/smb/client/
A Dcifsfs.c1666 SLAB_HWCACHE_ALIGN, 0, in cifs_init_request_bufs()
1695 MAX_CIFS_SMALL_BUFFER_SIZE, 0, SLAB_HWCACHE_ALIGN, in cifs_init_request_bufs()
1736 SLAB_HWCACHE_ALIGN, NULL); in init_mids()
1761 SLAB_HWCACHE_ALIGN, NULL); in cifs_init_netfs()
1771 SLAB_HWCACHE_ALIGN, NULL); in cifs_init_netfs()
/linux/scripts/gdb/linux/
A Dconstants.py.in112 LX_GDBPARSED(SLAB_HWCACHE_ALIGN)
/linux/drivers/gpu/drm/i915/
A Di915_vma_resource.c420 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN); in i915_vma_resource_module_init()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c474 amdgpu_sync_slab = KMEM_CACHE(amdgpu_sync_entry, SLAB_HWCACHE_ALIGN); in amdgpu_sync_init()
/linux/drivers/crypto/ccp/
A Dccp-dmaengine.c693 SLAB_HWCACHE_ALIGN, NULL); in ccp_dmaengine_register()
708 SLAB_HWCACHE_ALIGN, NULL); in ccp_dmaengine_register()
/linux/drivers/scsi/libsas/
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()

Completed in 56 milliseconds

123456