Home
last modified time | relevance | path

Searched refs:KMEM_CACHE (Results 1 – 25 of 40) sorted by relevance

12

/linux-3.4.99/fs/notify/dnotify/
Ddnotify.c402 dnotify_struct_cache = KMEM_CACHE(dnotify_struct, SLAB_PANIC); in dnotify_init()
403 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC); in dnotify_init()
/linux-3.4.99/kernel/
Duser_namespace.c134 user_ns_cachep = KMEM_CACHE(user_namespace, SLAB_PANIC); in user_namespaces_init()
Ddelayacct.c37 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC); in delayacct_init()
Dnsproxy.c276 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); in nsproxy_cache_init()
Dpid_namespace.c255 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC); in pid_namespaces_init()
Dpid.c571 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pidmap_init()
/linux-3.4.99/fs/notify/
Dnotification.c452 fsnotify_event_cachep = KMEM_CACHE(fsnotify_event, SLAB_PANIC); in fsnotify_notification_init()
453 fsnotify_event_holder_cachep = KMEM_CACHE(fsnotify_event_holder, SLAB_PANIC); in fsnotify_notification_init()
/linux-3.4.99/include/linux/
Dslab.h117 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\ macro
/linux-3.4.99/drivers/md/
Ddm-uevent.c207 _dm_event_cache = KMEM_CACHE(dm_uevent, 0); in dm_uevent_init()
Ddm-delay.c362 delayed_cache = KMEM_CACHE(dm_delay_info, 0); in dm_delay_init()
Ddm-io.c512 _dm_io_cache = KMEM_CACHE(io, 0); in dm_io_init()
Ddm.c221 _io_cache = KMEM_CACHE(dm_io, 0); in local_init()
226 _tio_cache = KMEM_CACHE(dm_target_io, 0); in local_init()
230 _rq_tio_cache = KMEM_CACHE(dm_rq_target_io, 0); in local_init()
234 _rq_bio_info_cache = KMEM_CACHE(dm_rq_clone_bio_info, 0); in local_init()
Ddm-snap.c2321 exception_cache = KMEM_CACHE(dm_exception, 0); in dm_snapshot_init()
2328 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); in dm_snapshot_init()
2335 tracked_chunk_cache = KMEM_CACHE(dm_snap_tracked_chunk, 0); in dm_snapshot_init()
/linux-3.4.99/fs/ext4/
Dpage-io.c36 io_page_cachep = KMEM_CACHE(ext4_io_page, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
39 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
Dblock_validity.c33 ext4_system_zone_cachep = KMEM_CACHE(ext4_system_zone, 0); in ext4_init_system_zone()
/linux-3.4.99/fs/jbd2/
Drevoke.c211 jbd2_revoke_record_cache = KMEM_CACHE(jbd2_revoke_record_s, in jbd2_journal_init_revoke_caches()
216 jbd2_revoke_table_cache = KMEM_CACHE(jbd2_revoke_table_s, in jbd2_journal_init_revoke_caches()
/linux-3.4.99/fs/ceph/
Dsuper.c580 ceph_cap_cachep = KMEM_CACHE(ceph_cap, in init_caches()
585 ceph_dentry_cachep = KMEM_CACHE(ceph_dentry_info, in init_caches()
590 ceph_file_cachep = KMEM_CACHE(ceph_file_info, in init_caches()
/linux-3.4.99/drivers/staging/usbip/
Dstub_main.c251 stub_priv_cache = KMEM_CACHE(stub_priv, SLAB_HWCACHE_ALIGN); in usbip_host_init()
/linux-3.4.99/virt/kvm/
Dasync_pf.c35 async_pf_cache = KMEM_CACHE(kvm_async_pf, 0); in kvm_async_pf_init()
/linux-3.4.99/fs/notify/inotify/
Dinotify_user.c856 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, SLAB_PANIC); in inotify_user_setup()
857 event_priv_cachep = KMEM_CACHE(inotify_event_private_data, SLAB_PANIC); in inotify_user_setup()
/linux-3.4.99/fs/notify/fanotify/
Dfanotify_user.c888 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, SLAB_PANIC); in fanotify_user_setup()
889 fanotify_response_event_cache = KMEM_CACHE(fanotify_response_event, in fanotify_user_setup()
/linux-3.4.99/drivers/scsi/libsas/
Dsas_init.c493 sas_task_cache = KMEM_CACHE(sas_task, SLAB_HWCACHE_ALIGN); in sas_class_init()
/linux-3.4.99/mm/
Dkmemleak.c1769 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE); in kmemleak_init()
1770 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE); in kmemleak_init()
/linux-3.4.99/drivers/scsi/
Dvirtio_scsi.c551 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
Dscsi_tgt_lib.c626 scsi_tgt_cmd_cache = KMEM_CACHE(scsi_tgt_cmd, 0); in scsi_tgt_init()

12