Home
last modified time | relevance | path

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

1234

/linux/fs/netfs/
H A Dmain.c113 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, in netfs_init()
123 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/tools/include/linux/
H A Dslab.h28 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT) macro
30 # define SLAB_ACCOUNT __SLAB_FLAG_UNUSED macro
/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.c58 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL); in create_pid_cachep()
471 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT); in pid_namespaces_init()
H A Dutsname.c159 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
H A Dfork.c819 SLAB_PANIC|SLAB_ACCOUNT, in fork_init()
2971 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in mm_cache_init()
2982 SLAB_ACCOUNT, sighand_ctor); in proc_caches_init()
2985 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
2989 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
2993 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init()
H A Ddelayacct.c50 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
/linux/mm/
H A Dvma_init.c25 SLAB_ACCOUNT); in vma_state_init()
H A Dslab.h440 return !(s->flags & (SLAB_CACHE_DMA|SLAB_ACCOUNT|SLAB_RECLAIM_ACCOUNT)); in is_kmalloc_normal()
450 SLAB_TEMPORARY | SLAB_ACCOUNT | \
/linux/fs/
H A Dfile_table.c597 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init()
602 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init()
H A Dpidfs.c1072 SLAB_ACCOUNT | SLAB_PANIC), NULL); in pidfs_init()
1077 SLAB_ACCOUNT | SLAB_PANIC), NULL); in pidfs_init()
/linux/ipc/
H A Dmsgutil.c51 msg_buckets = kmem_buckets_create("msg_msg", SLAB_ACCOUNT, in init_msg_buckets()
/linux/fs/gfs2/
H A Dmain.c113 SLAB_ACCOUNT, in init_gfs2_fs()
/linux/include/linux/
H A Dslab.h201 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT) macro
203 # 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/efs/
H A Dsuper.c90 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in init_inodecache()
/linux/fs/jffs2/
H A Dsuper.c391 SLAB_ACCOUNT), in init_jffs2_fs()
/linux/fs/coda/
H A Dinode.c75 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in coda_init_inodecache()
/linux/fs/vboxsf/
H A Dsuper.c335 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in vboxsf_setup()
/linux/fs/openpromfs/
H A Dinode.c449 SLAB_ACCOUNT), in init_openprom_fs()
/linux/fs/qnx4/
H A Dinode.c381 SLAB_ACCOUNT), in init_inodecache()
/linux/fs/hfs/
H A Dsuper.c456 SLAB_HWCACHE_ALIGN|SLAB_ACCOUNT, hfs_init_once); in init_hfs_fs()
/linux/fs/adfs/
H A Dsuper.c227 SLAB_ACCOUNT), in init_inodecache()
/linux/include/trace/events/
H A Dkmem.h43 (s->flags & SLAB_ACCOUNT)) : false;

1234