Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/tools/testing/radix-tree/linux/
Dslab.h10 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
/kernel/linux/linux-5.10/mm/
Dslab.h144 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | \
147 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \
165 SLAB_RECLAIM_ACCOUNT | \
207 return (s->flags & SLAB_RECLAIM_ACCOUNT) ? in cache_vmstat_idx()
Dslab_common.c58 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
753 flags |= SLAB_RECLAIM_ACCOUNT; in new_kmalloc_cache()
999 if (s->flags & SLAB_RECLAIM_ACCOUNT) in dump_unreclaimable_slab()
/kernel/linux/linux-5.10/include/linux/
Dslab.h117 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U) macro
118 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
/kernel/linux/linux-5.10/fs/sharefs/
Dsuper.c185 SLAB_RECLAIM_ACCOUNT, init_once); in sharefs_init_inode_cache()
Dlookup.c23 0, SLAB_RECLAIM_ACCOUNT, NULL); in sharefs_init_dentry_cache()
/kernel/linux/linux-5.10/fs/gfs2/
Dmain.c116 0, SLAB_RECLAIM_ACCOUNT| in init_gfs2_fs()
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_super.c332 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in vxfs_init()
/kernel/linux/linux-5.10/fs/coda/
Dinode.c73 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in coda_init_inodecache()
/kernel/linux/linux-5.10/fs/exfat/
Dcache.c49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in exfat_cache_init()
/kernel/linux/linux-5.10/fs/hmdfs/
Dmain.c611 SLAB_RECLAIM_ACCOUNT, init_once); in hmdfs_init_caches()
617 SLAB_RECLAIM_ACCOUNT, NULL); in hmdfs_init_caches()
623 SLAB_RECLAIM_ACCOUNT, NULL); in hmdfs_init_caches()
/kernel/linux/linux-5.10/fs/crypto/
Dcrypto.c379 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
/kernel/linux/linux-5.10/fs/efs/
Dsuper.c94 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_inodecache()
/kernel/linux/linux-5.10/fs/verity/
Dopen.c373 SLAB_RECLAIM_ACCOUNT, in fsverity_init_info_cache()
/kernel/linux/linux-5.10/fs/ceph/
Dsuper.c756 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_caches()
765 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
770 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
/kernel/linux/linux-5.10/fs/jffs2/
Dsuper.c388 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
/kernel/linux/linux-5.10/fs/nilfs2/
Dsuper.c1416 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in nilfs_init_cachep()
1423 SLAB_RECLAIM_ACCOUNT, NULL); in nilfs_init_cachep()
1429 SLAB_RECLAIM_ACCOUNT, nilfs_segbuf_init_once); in nilfs_init_cachep()
/kernel/linux/linux-5.10/fs/fat/
Dcache.c50 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in fat_cache_init()
/kernel/linux/linux-5.10/fs/
Dmbcache.c466 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in mbcache_init()
/kernel/linux/linux-5.10/fs/sysv/
Dinode.c342 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT, in sysv_init_icache()
/kernel/linux/linux-5.10/fs/qnx4/
Dinode.c363 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/kernel/linux/linux-5.10/fs/vboxsf/
Dsuper.c342 (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | in vboxsf_setup()
/kernel/linux/linux-5.10/fs/openpromfs/
Dinode.c450 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
/kernel/linux/linux-5.10/fs/adfs/
Dsuper.c251 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/kernel/linux/linux-5.10/fs/squashfs/
Dsuper.c454 SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in init_inodecache()

1234