Home
last modified time | relevance | path

Searched refs:SLAB_ACCOUNT (Results 1 – 25 of 79) sorted by relevance

1234

/linux/fs/netfs/
H A Dmain.c110 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
120 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
/linux/drivers/s390/cio/
H A Dvfio_ccw_drv.c421 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 Dslab.h457 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 Dslab_common.c51 SLAB_CACHE_DMA32 | SLAB_ACCOUNT)
918 flags |= SLAB_ACCOUNT; in new_kmalloc_cache()
/linux/fs/notify/dnotify/
H A Ddnotify.c403 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 Dpid_namespace.c57 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 Dutsname.c173 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
H A Dfork.c1054 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 Ddelayacct.c41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
/linux/fs/
H A Dfile_table.c550 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init()
555 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init()
H A Deventpoll.c2629 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 Dmain.c114 SLAB_ACCOUNT, in init_gfs2_fs()
/linux/ipc/
H A Dmsgutil.c49 msg_buckets = kmem_buckets_create("msg_msg", SLAB_ACCOUNT, in init_msg_buckets()
/linux/include/linux/
H A Dslab.h191 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT) macro
193 # define SLAB_ACCOUNT __SLAB_FLAG_UNUSED macro
/linux/fs/proc/
H A Dinode.c95 SLAB_ACCOUNT| in proc_init_kmemcache()
100 SLAB_ACCOUNT|SLAB_PANIC, NULL); in proc_init_kmemcache()
/linux/fs/coda/
H A Dinode.c75 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in coda_init_inodecache()
/linux/fs/sysv/
H A Dinode.c339 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in sysv_init_icache()
/linux/fs/openpromfs/
H A Dinode.c449 SLAB_ACCOUNT), in init_openprom_fs()
/linux/fs/vboxsf/
H A Dsuper.c335 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in vboxsf_setup()
/linux/fs/qnx4/
H A Dinode.c381 SLAB_ACCOUNT), in init_inodecache()
/linux/include/trace/events/
H A Dkmem.h41 (s->flags & SLAB_ACCOUNT)) : false;
/linux/net/dccp/
H A Dproto.c1138 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 Ddlmfs.c581 SLAB_ACCOUNT), in init_dlmfs_fs()
/linux/drivers/dax/
H A Dsuper.c549 SLAB_HWCACHE_ALIGN | SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in dax_fs_init()
/linux/fs/romfs/
H A Dsuper.c623 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in init_romfs_fs()

1234