Searched refs:SLAB_RECLAIM_ACCOUNT (Results 1 – 25 of 78) sorted by relevance
1234
/linux-6.6.21/fs/gfs2/ |
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.6.21/tools/include/linux/ |
D | slab.h | 9 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
|
/linux-6.6.21/include/linux/ |
D | slab.h | 161 #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/ |
D | slab.h | 334 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()
|
D | slab_common.c | 54 #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/ |
D | vxfs_super.c | 308 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in vxfs_init()
|
/linux-6.6.21/fs/exfat/ |
D | cache.c | 49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in exfat_cache_init()
|
/linux-6.6.21/fs/coda/ |
D | inode.c | 73 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in coda_init_inodecache()
|
/linux-6.6.21/fs/efs/ |
D | super.c | 94 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_inodecache()
|
/linux-6.6.21/fs/crypto/ |
D | crypto.c | 394 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
|
/linux-6.6.21/fs/verity/ |
D | open.c | 415 SLAB_RECLAIM_ACCOUNT | SLAB_PANIC, in fsverity_init_info_cache()
|
/linux-6.6.21/fs/ext4/ |
D | readpage.c | 404 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/ |
D | super.c | 388 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
|
/linux-6.6.21/fs/ |
D | mbcache.c | 429 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in mbcache_init()
|
/linux-6.6.21/fs/nilfs2/ |
D | super.c | 1412 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/ |
D | inode.c | 341 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT, in sysv_init_icache()
|
/linux-6.6.21/fs/fat/ |
D | cache.c | 50 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in fat_cache_init()
|
/linux-6.6.21/fs/ceph/ |
D | super.c | 928 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/ |
D | super.c | 342 (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | in vboxsf_setup()
|
/linux-6.6.21/fs/openpromfs/ |
D | inode.c | 448 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
|
/linux-6.6.21/fs/qnx4/ |
D | inode.c | 363 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
/linux-6.6.21/fs/adfs/ |
D | super.c | 251 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
/linux-6.6.21/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 581 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in init_dlmfs_fs()
|
/linux-6.6.21/drivers/dax/ |
D | super.c | 534 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in dax_fs_init()
|
/linux-6.6.21/fs/9p/ |
D | v9fs.c | 639 0, (SLAB_RECLAIM_ACCOUNT| in v9fs_init_inode_cache()
|
1234