Home
last modified time | relevance | path

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

1234

/linux-6.6.21/fs/gfs2/
Dmain.c99 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.6.21/tools/include/linux/
Dslab.h9 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
/linux-6.6.21/include/linux/
Dslab.h161 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U) macro
163 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0) macro
165 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
/linux-6.6.21/mm/
Dslab.h334 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | \
337 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \
356 SLAB_RECLAIM_ACCOUNT | \
392 return (s->flags & SLAB_RECLAIM_ACCOUNT) ? in cache_vmstat_idx()
Dslab_common.c54 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
915 flags |= SLAB_RECLAIM_ACCOUNT; in new_kmalloc_cache()
1338 if (s->flags & SLAB_RECLAIM_ACCOUNT) in dump_unreclaimable_slab()
/linux-6.6.21/fs/freevxfs/
Dvxfs_super.c308 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in vxfs_init()
/linux-6.6.21/fs/exfat/
Dcache.c49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in exfat_cache_init()
/linux-6.6.21/fs/coda/
Dinode.c73 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in coda_init_inodecache()
/linux-6.6.21/fs/efs/
Dsuper.c94 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_inodecache()
/linux-6.6.21/fs/crypto/
Dcrypto.c394 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
/linux-6.6.21/fs/verity/
Dopen.c415 SLAB_RECLAIM_ACCOUNT | SLAB_PANIC, in fsverity_init_info_cache()
/linux-6.6.21/fs/ext4/
Dreadpage.c404 bio_post_read_ctx_cache = KMEM_CACHE(bio_post_read_ctx, SLAB_RECLAIM_ACCOUNT); in ext4_init_post_read_processing()
/linux-6.6.21/fs/jffs2/
Dsuper.c388 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
/linux-6.6.21/fs/
Dmbcache.c429 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in mbcache_init()
/linux-6.6.21/fs/nilfs2/
Dsuper.c1412 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in nilfs_init_cachep()
1419 SLAB_RECLAIM_ACCOUNT, NULL); in nilfs_init_cachep()
1425 SLAB_RECLAIM_ACCOUNT, nilfs_segbuf_init_once); in nilfs_init_cachep()
/linux-6.6.21/fs/sysv/
Dinode.c341 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT, in sysv_init_icache()
/linux-6.6.21/fs/fat/
Dcache.c50 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in fat_cache_init()
/linux-6.6.21/fs/ceph/
Dsuper.c928 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_caches()
940 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
945 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
/linux-6.6.21/fs/vboxsf/
Dsuper.c342 (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | in vboxsf_setup()
/linux-6.6.21/fs/openpromfs/
Dinode.c448 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
/linux-6.6.21/fs/qnx4/
Dinode.c363 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-6.6.21/fs/adfs/
Dsuper.c251 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-6.6.21/fs/ocfs2/dlmfs/
Ddlmfs.c581 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in init_dlmfs_fs()
/linux-6.6.21/drivers/dax/
Dsuper.c534 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in dax_fs_init()
/linux-6.6.21/fs/9p/
Dv9fs.c639 0, (SLAB_RECLAIM_ACCOUNT| in v9fs_init_inode_cache()

1234