Searched refs:SLAB_ACCOUNT (Results 1 - 25 of 97) sorted by relevance

1234

/linux-master/drivers/s390/cio/
H A Dvfio_ccw_drv.c421 SLAB_ACCOUNT, 0,
430 SLAB_ACCOUNT, 0,
439 SLAB_ACCOUNT, 0,
449 SLAB_ACCOUNT, 0,
/linux-master/kernel/
H A Dutsname.c173 SLAB_PANIC|SLAB_ACCOUNT,
H A Dpid_namespace.c57 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL);
467 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT);
H A Dfork.c1052 SLAB_PANIC|SLAB_ACCOUNT,
3158 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3169 SLAB_ACCOUNT, sighand_ctor);
3172 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3176 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3180 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_ACCOUNT,
3183 vm_area_cachep = KMEM_CACHE(vm_area_struct, SLAB_PANIC|SLAB_ACCOUNT);
3185 vma_lock_cachep = KMEM_CACHE(vma_lock, SLAB_PANIC|SLAB_ACCOUNT);
H A Ddelayacct.c41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT);
H A Dnsproxy.c589 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT);
/linux-master/fs/gfs2/
H A Dmain.c114 SLAB_ACCOUNT,
/linux-master/fs/notify/dnotify/
H A Ddnotify.c402 SLAB_PANIC|SLAB_ACCOUNT);
403 dnotify_mark_cache = KMEM_CACHE(dnotify_mark, SLAB_PANIC|SLAB_ACCOUNT);
/linux-master/include/linux/
H A Dslab.h172 # define SLAB_ACCOUNT __SLAB_FLAG_BIT(_SLAB_ACCOUNT) macro
174 # define SLAB_ACCOUNT __SLAB_FLAG_UNUSED macro
/linux-master/mm/
H A Dslab.h455 SLAB_TEMPORARY | SLAB_ACCOUNT | \
471 SLAB_ACCOUNT | \
/linux-master/fs/proc/
H A Dinode.c95 SLAB_ACCOUNT|
100 SLAB_ACCOUNT|SLAB_PANIC, NULL);
/linux-master/fs/coda/
H A Dinode.c75 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT,
/linux-master/fs/jffs2/
H A Dsuper.c390 SLAB_ACCOUNT),
/linux-master/fs/sysv/
H A Dinode.c339 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT,
/linux-master/fs/efs/
H A Dsuper.c101 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT,
/linux-master/fs/hfs/
H A Dsuper.c481 SLAB_HWCACHE_ALIGN|SLAB_ACCOUNT, hfs_init_once);
/linux-master/fs/qnx4/
H A Dinode.c381 SLAB_ACCOUNT),
/linux-master/fs/adfs/
H A Dsuper.c252 SLAB_ACCOUNT),
/linux-master/fs/
H A Dfile_table.c517 SLAB_PANIC | SLAB_ACCOUNT, NULL);
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c581 SLAB_ACCOUNT),
/linux-master/fs/openpromfs/
H A Dinode.c449 SLAB_ACCOUNT),
/linux-master/drivers/dax/
H A Dsuper.c549 SLAB_HWCACHE_ALIGN | SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT,
/linux-master/include/trace/events/
H A Dkmem.h41 (s->flags & SLAB_ACCOUNT)) : false;
/linux-master/fs/vboxsf/
H A Dsuper.c343 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT,
/linux-master/net/dccp/
H A Dproto.c1138 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL);
1144 SLAB_HWCACHE_ALIGN | SLAB_ACCOUNT, NULL);

Completed in 928 milliseconds

1234