/linux-6.3-rc2/fs/gfs2/ |
A D | main.c | 99 0, SLAB_RECLAIM_ACCOUNT, in init_gfs2_fs() 113 0, SLAB_RECLAIM_ACCOUNT| in init_gfs2_fs() 134 0, SLAB_RECLAIM_ACCOUNT, NULL); in init_gfs2_fs()
|
/linux-6.3-rc2/tools/include/linux/ |
A D | slab.h | 9 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
|
/linux-6.3-rc2/include/linux/ |
A D | slab.h | 144 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U) macro 146 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0) macro 148 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
|
/linux-6.3-rc2/mm/ |
A D | slab.h | 351 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | \ 354 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \ 373 SLAB_RECLAIM_ACCOUNT | \ 408 return (s->flags & SLAB_RECLAIM_ACCOUNT) ? in cache_vmstat_idx()
|
A D | slab_common.c | 52 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \ 871 flags |= SLAB_RECLAIM_ACCOUNT; in new_kmalloc_cache() 1288 if (s->flags & SLAB_RECLAIM_ACCOUNT) in dump_unreclaimable_slab()
|
/linux-6.3-rc2/fs/freevxfs/ |
A D | vxfs_super.c | 308 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in vxfs_init()
|
/linux-6.3-rc2/fs/coda/ |
A D | inode.c | 73 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in coda_init_inodecache()
|
/linux-6.3-rc2/fs/exfat/ |
A D | cache.c | 49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in exfat_cache_init()
|
/linux-6.3-rc2/fs/crypto/ |
A D | crypto.c | 389 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
|
/linux-6.3-rc2/fs/efs/ |
A D | super.c | 94 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_inodecache()
|
/linux-6.3-rc2/fs/ext4/ |
A D | readpage.c | 408 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
|
/linux-6.3-rc2/fs/verity/ |
A D | open.c | 414 SLAB_RECLAIM_ACCOUNT, in fsverity_init_info_cache()
|
/linux-6.3-rc2/fs/jffs2/ |
A D | super.c | 388 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
|
/linux-6.3-rc2/fs/ |
A D | mbcache.c | 429 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in mbcache_init()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | super.c | 1414 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in nilfs_init_cachep() 1421 SLAB_RECLAIM_ACCOUNT, NULL); in nilfs_init_cachep() 1427 SLAB_RECLAIM_ACCOUNT, nilfs_segbuf_init_once); in nilfs_init_cachep()
|
/linux-6.3-rc2/fs/ceph/ |
A D | super.c | 894 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_caches() 906 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches() 911 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
|
/linux-6.3-rc2/fs/fat/ |
A D | cache.c | 50 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in fat_cache_init()
|
/linux-6.3-rc2/fs/sysv/ |
A D | inode.c | 342 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT, in sysv_init_icache()
|
/linux-6.3-rc2/fs/vboxsf/ |
A D | super.c | 342 (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | in vboxsf_setup()
|
/linux-6.3-rc2/fs/openpromfs/ |
A D | inode.c | 449 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
|
/linux-6.3-rc2/fs/qnx4/ |
A D | inode.c | 364 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
/linux-6.3-rc2/fs/adfs/ |
A D | super.c | 251 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
/linux-6.3-rc2/drivers/dax/ |
A D | super.c | 531 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in dax_fs_init()
|
/linux-6.3-rc2/fs/ocfs2/dlmfs/ |
A D | dlmfs.c | 581 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in init_dlmfs_fs()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_super.c | 1989 SLAB_RECLAIM_ACCOUNT | in xfs_init_caches() 2054 SLAB_RECLAIM_ACCOUNT | in xfs_init_caches() 2062 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in xfs_init_caches()
|