Searched refs:SLAB_RECLAIM_ACCOUNT (Results 1 – 25 of 77) sorted by relevance
1234
/linux-5.19.10/fs/gfs2/ |
D | main.c | 100 0, SLAB_RECLAIM_ACCOUNT, in init_gfs2_fs() 114 0, SLAB_RECLAIM_ACCOUNT| in init_gfs2_fs() 135 0, SLAB_RECLAIM_ACCOUNT, NULL); in init_gfs2_fs()
|
/linux-5.19.10/tools/include/linux/ |
D | slab.h | 9 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
|
/linux-5.19.10/mm/ |
D | slab.h | 330 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | \ 333 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \ 351 SLAB_RECLAIM_ACCOUNT | \ 394 return (s->flags & SLAB_RECLAIM_ACCOUNT) ? in cache_vmstat_idx()
|
D | slab_common.c | 53 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \ 871 flags |= SLAB_RECLAIM_ACCOUNT; in new_kmalloc_cache() 1122 if (s->flags & SLAB_RECLAIM_ACCOUNT) in dump_unreclaimable_slab()
|
/linux-5.19.10/include/linux/ |
D | slab.h | 124 #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U) macro 125 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
|
/linux-5.19.10/fs/freevxfs/ |
D | vxfs_super.c | 308 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in vxfs_init()
|
/linux-5.19.10/fs/coda/ |
D | inode.c | 73 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in coda_init_inodecache()
|
/linux-5.19.10/fs/exfat/ |
D | cache.c | 49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in exfat_cache_init()
|
/linux-5.19.10/fs/crypto/ |
D | crypto.c | 387 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
|
/linux-5.19.10/fs/efs/ |
D | super.c | 94 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_inodecache()
|
/linux-5.19.10/fs/verity/ |
D | open.c | 393 SLAB_RECLAIM_ACCOUNT, in fsverity_init_info_cache()
|
/linux-5.19.10/fs/jffs2/ |
D | super.c | 388 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
|
/linux-5.19.10/fs/ceph/ |
D | super.c | 889 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD| in init_caches() 901 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches() 906 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
|
/linux-5.19.10/fs/nilfs2/ |
D | super.c | 1407 SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in nilfs_init_cachep() 1414 SLAB_RECLAIM_ACCOUNT, NULL); in nilfs_init_cachep() 1420 SLAB_RECLAIM_ACCOUNT, nilfs_segbuf_init_once); in nilfs_init_cachep()
|
/linux-5.19.10/fs/fat/ |
D | cache.c | 50 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in fat_cache_init()
|
/linux-5.19.10/fs/sysv/ |
D | inode.c | 342 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD|SLAB_ACCOUNT, in sysv_init_icache()
|
/linux-5.19.10/fs/ |
D | mbcache.c | 491 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in mbcache_init()
|
/linux-5.19.10/drivers/dax/ |
D | super.c | 466 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in dax_fs_init()
|
/linux-5.19.10/fs/openpromfs/ |
D | inode.c | 449 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
|
/linux-5.19.10/fs/qnx4/ |
D | inode.c | 364 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
/linux-5.19.10/fs/vboxsf/ |
D | super.c | 342 (SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD | in vboxsf_setup()
|
/linux-5.19.10/fs/adfs/ |
D | super.c | 251 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
/linux-5.19.10/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 573 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in init_dlmfs_fs()
|
/linux-5.19.10/fs/ext4/ |
D | page-io.c | 38 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
|
/linux-5.19.10/fs/9p/ |
D | v9fs.c | 639 0, (SLAB_RECLAIM_ACCOUNT| in v9fs_init_inode_cache()
|
1234