Searched refs:SLAB_ACCOUNT (Results 1 – 25 of 100) sorted by relevance
1234
| /linux/fs/netfs/ |
| 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/ |
| 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/ |
| A D | slab.h | 452 return !(s->flags & (SLAB_CACHE_DMA|SLAB_ACCOUNT|SLAB_RECLAIM_ACCOUNT)); in is_kmalloc_normal() 468 SLAB_TEMPORARY | SLAB_ACCOUNT | \ 484 SLAB_ACCOUNT | \
|
| A D | slab_common.c | 51 SLAB_CACHE_DMA32 | SLAB_ACCOUNT) 909 flags |= SLAB_ACCOUNT; in new_kmalloc_cache()
|
| /linux/fs/notify/dnotify/ |
| A D | dnotify.c | 406 SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init() 407 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT); in dnotify_init()
|
| /linux/kernel/ |
| 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()
|
| A D | utsname.c | 173 SLAB_PANIC|SLAB_ACCOUNT, in uts_ns_init()
|
| A D | fork.c | 1054 SLAB_PANIC|SLAB_ACCOUNT, in fork_init() 3150 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in mm_cache_init() 3161 SLAB_ACCOUNT, sighand_ctor); in proc_caches_init() 3164 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3168 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3172 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT, in proc_caches_init() 3175 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init() 3177 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT); in proc_caches_init()
|
| A D | delayacct.c | 41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()
|
| /linux/fs/gfs2/ |
| A D | main.c | 114 SLAB_ACCOUNT, in init_gfs2_fs()
|
| /linux/ipc/ |
| A D | msgutil.c | 49 msg_buckets = kmem_buckets_create("msg_msg", SLAB_ACCOUNT, in init_msg_buckets()
|
| /linux/include/linux/ |
| A D | slab.h | 175 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT) macro 177 # define SLAB_ACCOUNT __SLAB_FLAG_UNUSED macro
|
| /linux/fs/proc/ |
| A D | inode.c | 95 SLAB_ACCOUNT| in proc_init_kmemcache() 100 SLAB_ACCOUNT|SLAB_PANIC, NULL); in proc_init_kmemcache()
|
| /linux/fs/coda/ |
| A D | inode.c | 75 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in coda_init_inodecache()
|
| /linux/fs/efs/ |
| A D | super.c | 101 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in init_inodecache()
|
| /linux/fs/jffs2/ |
| A D | super.c | 391 SLAB_ACCOUNT), in init_jffs2_fs()
|
| /linux/fs/sysv/ |
| A D | inode.c | 339 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in sysv_init_icache()
|
| /linux/fs/vboxsf/ |
| A D | super.c | 335 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in vboxsf_setup()
|
| /linux/fs/qnx4/ |
| A D | inode.c | 381 SLAB_ACCOUNT), in init_inodecache()
|
| /linux/fs/hfs/ |
| A D | super.c | 482 SLAB_HWCACHE_ALIGN|SLAB_ACCOUNT, hfs_init_once); in init_hfs_fs()
|
| /linux/fs/openpromfs/ |
| A D | inode.c | 449 SLAB_ACCOUNT), in init_openprom_fs()
|
| /linux/include/trace/events/ |
| A D | kmem.h | 41 (s->flags & SLAB_ACCOUNT)) : false;
|
| /linux/fs/adfs/ |
| A D | super.c | 252 SLAB_ACCOUNT), in init_inodecache()
|
| /linux/fs/ |
| A D | file_table.c | 531 SLAB_ACCOUNT | SLAB_TYPESAFE_BY_RCU); in files_init()
|
| /linux/net/dccp/ |
| A D | proto.c | 1138 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL); in dccp_init() 1144 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL); in dccp_init()
|
Completed in 47 milliseconds
1234