Searched refs:KMEM_CACHE (Results 26 - 50 of 121) sorted by path

12345

/linux-master/drivers/md/
H A Ddm-cache-background-tracker.c51 b->work_cache = KMEM_CACHE(bt_work, 0);
H A Ddm-cache-target.c3452 migration_cache = KMEM_CACHE(dm_cache_migration, 0);
H A Ddm-clone-target.c2197 _hydration_cache = KMEM_CACHE(dm_clone_region_hydration, 0);
H A Ddm-io.c548 _dm_io_cache = KMEM_CACHE(io, 0);
H A Ddm-log-userspace-base.c891 _flush_entry_cache = KMEM_CACHE(dm_dirty_log_flush_entry, 0);
H A Ddm-snap.c2801 exception_cache = KMEM_CACHE(dm_exception, 0);
2808 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0);
H A Ddm-thin.c4522 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0);
H A Ddm-uevent.c194 _dm_event_cache = KMEM_CACHE(dm_uevent, 0);
H A Draid5-cache.c3099 log->io_kc = KMEM_CACHE(r5l_io_unit, 0);
H A Draid5-ppl.c1361 ppl_conf->io_kc = KMEM_CACHE(ppl_io_unit, 0);
/linux-master/drivers/net/wireguard/
H A Dallowedips.c379 node_cache = KMEM_CACHE(allowedips_node, 0);
H A Dpeer.c232 peer_cache = KMEM_CACHE(wg_peer, 0);
H A Dratelimiter.c164 entry_cache = KMEM_CACHE(ratelimiter_entry, 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/drivers/scsi/
H A Dscsi_debug.c7593 queued_cmd_cache = KMEM_CACHE(sdebug_queued_cmd, SLAB_HWCACHE_ALIGN);
H A Dvirtio_scsi.c1069 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0);
/linux-master/drivers/sh/maple/
H A Dmaple.c828 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN);
/linux-master/drivers/usb/usbip/
H A Dstub_main.c368 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN);
/linux-master/fs/
H A Daio.c301 kiocb_cachep = KMEM_CACHE(aio_kiocb, SLAB_HWCACHE_ALIGN|SLAB_PANIC);
302 kioctx_cachep = KMEM_CACHE(kioctx,SLAB_HWCACHE_ALIGN|SLAB_PANIC);
H A Dbacking-file.c328 backing_aio_cachep = KMEM_CACHE(backing_aio, SLAB_HWCACHE_ALIGN);
/linux-master/fs/bcachefs/
H A Dbtree_key_cache.c1086 bch2_key_cache = KMEM_CACHE(bkey_cached, SLAB_RECLAIM_ACCOUNT);
H A Dfs.c2050 bch2_inode_cache = KMEM_CACHE(bch_inode_info, SLAB_RECLAIM_ACCOUNT);
/linux-master/fs/btrfs/
H A Dctree.c5086 btrfs_path_cachep = KMEM_CACHE(btrfs_path, 0);
H A Ddelayed-inode.c31 delayed_node_cache = KMEM_CACHE(btrfs_delayed_node, 0);
H A Ddelayed-ref.c1181 btrfs_delayed_ref_head_cachep = KMEM_CACHE(btrfs_delayed_ref_head, 0);
1185 btrfs_delayed_ref_node_cachep = KMEM_CACHE(btrfs_delayed_ref_node, 0);
1189 btrfs_delayed_extent_op_cachep = KMEM_CACHE(btrfs_delayed_extent_op, 0);

Completed in 708 milliseconds

12345