/linux/fs/netfs/ |
H A D | main.c | 110 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init() 120 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
|
/linux/drivers/s390/cio/ |
H A D | vfio_ccw_drv.c | 421 SLAB_ACCOUNT, 0, in vfio_ccw_sch_init() 430 SLAB_ACCOUNT, 0, in vfio_ccw_sch_init() 439 SLAB_ACCOUNT, 0, in vfio_ccw_sch_init() 449 SLAB_ACCOUNT, 0, in vfio_ccw_sch_init()
|
/linux/mm/ |
H A D | slab.h | 457 return !(s->flags & (SLAB_CACHE_DMA|SLAB_ACCOUNT|SLAB_RECLAIM_ACCOUNT)); in is_kmalloc_normal() 473 SLAB_TEMPORARY | SLAB_ACCOUNT | \ 489 SLAB_ACCOUNT | \
|
H A D | slab_common.c | 51 SLAB_CACHE_DMA32 | SLAB_ACCOUNT) 918 flags |= SLAB_ACCOUNT; in new_kmalloc_cache()
|
/linux/fs/notify/dnotify/ |
H A D | dnotify.c | 403 SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init() 404 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
|
/linux/kernel/ |
H A D | pid_namespace.c | 57 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL); in create_pid_cachep() 450 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT); in pid_namespaces_init()
|
H A D | utsname.c | 173 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
|
H A D | fork.c | 1054 SLAB_PANIC|SLAB_ACCOUNT, in fork_init() 3170 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in mm_cache_init() 3181 SLAB_ACCOUNT, sighand_ctor); in proc_caches_init() 3184 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3188 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3192 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3195 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init() 3197 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()
|
H A D | delayacct.c | 41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
|
/linux/fs/ |
H A D | file_table.c | 550 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init() 555 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init()
|
H A D | eventpoll.c | 2629 0, SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init() 2633 sizeof(struct eppoll_entry), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init() 2637 sizeof(struct epitems_head), 0, SLAB_PANIC|SLAB_ACCOUNT, NULL); in eventpoll_init()
|
/linux/fs/gfs2/ |
H A D | main.c | 114 SLAB_ACCOUNT, in init_gfs2_fs()
|
/linux/ipc/ |
H A D | msgutil.c | 49 msg_buckets = kmem_buckets_create("msg_msg", SLAB_ACCOUNT, in init_msg_buckets()
|
/linux/include/linux/ |
H A D | slab.h | 191 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT) macro 193 # define SLAB_ACCOUNT __SLAB_FLAG_UNUSED macro
|
/linux/fs/proc/ |
H A D | inode.c | 95 SLAB_ACCOUNT| in proc_init_kmemcache() 100 SLAB_ACCOUNT|SLAB_PANIC, NULL); in proc_init_kmemcache()
|
/linux/fs/coda/ |
H A D | inode.c | 75 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in coda_init_inodecache()
|
/linux/fs/sysv/ |
H A D | inode.c | 339 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in sysv_init_icache()
|
/linux/fs/openpromfs/ |
H A D | inode.c | 449 SLAB_ACCOUNT), in init_openprom_fs()
|
/linux/fs/vboxsf/ |
H A D | super.c | 335 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in vboxsf_setup()
|
/linux/fs/qnx4/ |
H A D | inode.c | 381 SLAB_ACCOUNT), in init_inodecache()
|
/linux/include/trace/events/ |
H A D | kmem.h | 41 (s->flags & SLAB_ACCOUNT)) : false;
|
/linux/net/dccp/ |
H A D | proto.c | 1138 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL); in dccp_init() 1144 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL); in dccp_init()
|
/linux/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 581 SLAB_ACCOUNT), in init_dlmfs_fs()
|
/linux/drivers/dax/ |
H A D | super.c | 549 SLAB_HWCACHE_ALIGN | SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in dax_fs_init()
|
/linux/fs/romfs/ |
H A D | super.c | 623 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in init_romfs_fs()
|