Searched refs:KMEM_CACHE (Results 1 - 25 of 119) sorted by relevance

12345

/linux-master/drivers/md/
H A Ddm-uevent.c194 _dm_event_cache = KMEM_CACHE(dm_uevent, 0);
H A Ddm-bio-prison-v2.c354 _cell_cache = KMEM_CACHE(dm_bio_prison_cell_v2, 0);
H A Ddm-cache-background-tracker.c51 b->work_cache = KMEM_CACHE(bt_work, 0);
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_fence.c36 sched_fence_slab = KMEM_CACHE(drm_sched_fence, SLAB_HWCACHE_ALIGN);
/linux-master/fs/notify/dnotify/
H A Ddnotify.c401 dnotify_struct_cache = KMEM_CACHE(dnotify_struct,
403 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT);
/linux-master/net/dccp/
H A Dackvec.c379 dccp_ackvec_slab = KMEM_CACHE(dccp_ackvec, SLAB_HWCACHE_ALIGN);
383 dccp_ackvec_record_slab = KMEM_CACHE(dccp_ackvec_record, SLAB_HWCACHE_ALIGN);
/linux-master/fs/ceph/
H A Dsuper.c936 ceph_cap_cachep = KMEM_CACHE(ceph_cap, 0);
939 ceph_cap_snap_cachep = KMEM_CACHE(ceph_cap_snap, 0);
942 ceph_cap_flush_cachep = KMEM_CACHE(ceph_cap_flush,
947 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info,
952 ceph_file_cachep = KMEM_CACHE(ceph_file_info, 0);
956 ceph_dir_file_cachep = KMEM_CACHE(ceph_dir_file_info, 0);
960 ceph_mds_request_cachep = KMEM_CACHE(ceph_mds_request, 0);
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c496 slab_dependencies = KMEM_CACHE(i915_dependency,
502 slab_priorities = KMEM_CACHE(i915_priolist, 0);
H A Di915_vma_resource.c420 slab_vma_resources = KMEM_CACHE(i915_vma_resource, SLAB_HWCACHE_ALIGN);
/linux-master/fs/jbd2/
H A Drevoke.c196 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s,
209 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s,
/linux-master/drivers/net/wireguard/
H A Dratelimiter.c164 entry_cache = KMEM_CACHE(ratelimiter_entry, 0);
H A Dpeer.c232 peer_cache = KMEM_CACHE(wg_peer, 0);
/linux-master/block/
H A Dblk-crypto.c67 bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0);
/linux-master/fs/btrfs/
H A Ddelayed-ref.c1310 btrfs_delayed_ref_head_cachep = KMEM_CACHE(btrfs_delayed_ref_head, 0);
1314 btrfs_delayed_tree_ref_cachep = KMEM_CACHE(btrfs_delayed_tree_ref, 0);
1318 btrfs_delayed_data_ref_cachep = KMEM_CACHE(btrfs_delayed_data_ref, 0);
1322 btrfs_delayed_extent_op_cachep = KMEM_CACHE(btrfs_delayed_extent_op, 0);
/linux-master/net/ipv4/
H A Dinetpeer.c84 peer_cachep = KMEM_CACHE(inet_peer, SLAB_HWCACHE_ALIGN | SLAB_PANIC);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c444 amdgpu_sync_slab = KMEM_CACHE(amdgpu_sync_entry, SLAB_HWCACHE_ALIGN);
/linux-master/virt/kvm/
H A Dasync_pf.c24 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0);
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c684 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN);
688 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN);
/linux-master/fs/ext4/
H A Dpage-io.c38 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT);
42 io_end_vec_cachep = KMEM_CACHE(ext4_io_end_vec, 0);
H A Dblock_validity.c34 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0);
H A Dreadpage.c396 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT);
/linux-master/net/netfilter/
H A Dnf_conncount.c608 conncount_conn_cachep = KMEM_CACHE(nf_conncount_tuple, 0);
612 conncount_rb_cachep = KMEM_CACHE(nf_conncount_rb, 0);
/linux-master/kernel/
H A Ddelayacct.c41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT);
H A Dpid_namespace.c467 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT);
/linux-master/fs/crypto/
H A Dcrypto.c412 fscrypt_inode_info_cachep = KMEM_CACHE(fscrypt_inode_info,

Completed in 728 milliseconds

12345