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

12345

/linux-master/fs/bcachefs/
H A Dfs.c2036 bch2_inode_cache = KMEM_CACHE(bch_inode_info, SLAB_RECLAIM_ACCOUNT);
/linux-master/drivers/block/
H A Drbd.c7358 rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);
7363 rbd_obj_request_cache = KMEM_CACHE(rbd_obj_request, 0);
/linux-master/fs/btrfs/
H A Dctree.c5089 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0);
H A Dfree-space-cache.c4157 btrfs_free_space_cachep = KMEM_CACHE(btrfs_free_space, 0);
/linux-master/block/
H A Dbfq-iosched.c7377 bfq_pool = KMEM_CACHE(bfq_queue, 0);
/linux-master/net/ipv4/
H A Dipmr.c3146 mrt_cachep = KMEM_CACHE(mfc_cache, SLAB_HWCACHE_ALIGN | SLAB_PANIC);
H A Droute.c3697 ipv4_dst_ops.kmem_cachep = KMEM_CACHE(rtable,
/linux-master/net/xfrm/
H A Dxfrm_state.c2890 xfrm_state_cache = KMEM_CACHE(xfrm_state,
H A Dxfrm_policy.c4168 xfrm_dst_cache = KMEM_CACHE(xfrm_dst, SLAB_HWCACHE_ALIGN | SLAB_PANIC);
/linux-master/drivers/md/
H A Ddm-thin.c4528 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0);
/linux-master/security/smack/
H A Dsmack_lsm.c5224 smack_rule_cache = KMEM_CACHE(smack_rule, 0);
/linux-master/kernel/
H A Dsignal.c4858 sigqueue_cachep = KMEM_CACHE(sigqueue, SLAB_PANIC | SLAB_ACCOUNT);
H A Dworkqueue.c7591 pwq_cache = KMEM_CACHE(pool_workqueue, SLAB_PANIC);
/linux-master/mm/
H A Dvmalloc.c5083 vmap_area_cachep = KMEM_CACHE(vmap_area, SLAB_PANIC);
/linux-master/io_uring/
H A Dio_uring.c4190 io_buf_cachep = KMEM_CACHE(io_buffer,
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c7055 pte_list_desc_cache = KMEM_CACHE(pte_list_desc, SLAB_ACCOUNT);
/linux-master/kernel/sched/
H A Dcore.c9977 task_group_cache = KMEM_CACHE(task_group, 0);
/linux-master/kernel/events/
H A Dcore.c13768 perf_event_cache = KMEM_CACHE(perf_event, SLAB_PANIC);
/linux-master/drivers/scsi/
H A Dscsi_debug.c7593 queued_cmd_cache = KMEM_CACHE(sdebug_queued_cmd, SLAB_HWCACHE_ALIGN);

Completed in 598 milliseconds

12345