Searched refs:SLAB_RECLAIM_ACCOUNT (Results 1 – 25 of 33) sorted by relevance
12
| /linux/mm/ |
| H A D | slab.h | 478 return !(s->flags & (SLAB_CACHE_DMA|SLAB_ACCOUNT|SLAB_RECLAIM_ACCOUNT|SLAB_NO_OBJ_EXT)); in is_kmalloc_normal() 488 SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \ 856 return (s->flags & SLAB_RECLAIM_ACCOUNT) ? in cache_vmstat_idx()
|
| H A D | slab_common.c | 54 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \ 971 flags |= SLAB_RECLAIM_ACCOUNT; in new_kmalloc_cache() 1194 if (s->flags & SLAB_RECLAIM_ACCOUNT) in dump_unreclaimable_slab()
|
| /linux/tools/include/linux/ |
| H A D | slab.h | 9 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
|
| /linux/include/linux/ |
| H A D | slab.h | 242 #define SLAB_RECLAIM_ACCOUNT __SLAB_FLAG_BIT(_SLAB_RECLAIM_ACCOUNT) macro 244 #define SLAB_RECLAIM_ACCOUNT __SLAB_FLAG_UNUSED macro 246 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
|
| /linux/fs/jffs2/ |
| H A D | super.c | 390 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
|
| /linux/fs/ceph/ |
| H A D | subvolume_metrics.c | 407 SLAB_RECLAIM_ACCOUNT); in ceph_subvolume_metrics_cache_init()
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 448 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
|
| /linux/fs/adfs/ |
| H A D | super.c | 226 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
|
| /linux/drivers/dax/ |
| H A D | super.c | 693 SLAB_HWCACHE_ALIGN | SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in dax_fs_init()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 2359 SLAB_RECLAIM_ACCOUNT, in xfs_init_caches() 2427 SLAB_RECLAIM_ACCOUNT | in xfs_init_caches() 2435 SLAB_RECLAIM_ACCOUNT, in xfs_init_caches()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 626 SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_ACCOUNT, in init_inodecache()
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 793 0, (SLAB_RECLAIM_ACCOUNT| in tracefs_init()
|
| /linux/fs/proc/ |
| H A D | inode.c | 94 0, (SLAB_RECLAIM_ACCOUNT| in proc_init_kmemcache()
|
| /linux/fs/ |
| H A D | pidfs.c | 1186 (SLAB_HWCACHE_ALIGN | SLAB_RECLAIM_ACCOUNT | in pidfs_init()
|
| /linux/lib/ |
| H A D | radix-tree.c | 1603 SLAB_PANIC | SLAB_RECLAIM_ACCOUNT, in radix_tree_init()
|
| /linux/block/ |
| H A D | bdev.c | 492 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in bdev_cache_init()
|
| /linux/net/sunrpc/ |
| H A D | rpc_pipe.c | 1236 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in register_rpc_pipefs()
|
| /linux/fs/ext4/ |
| H A D | fast_commit.c | 2748 SLAB_RECLAIM_ACCOUNT); in ext4_fc_init_dentry_cache() 2753 ext4_fc_range_cachep = KMEM_CACHE(ext4_fc_range, SLAB_RECLAIM_ACCOUNT); in ext4_fc_init_dentry_cache()
|
| H A D | mballoc.c | 3628 slab_size, 0, SLAB_RECLAIM_ACCOUNT, in ext4_groupinfo_create_slab() 4049 SLAB_RECLAIM_ACCOUNT); in ext4_init_mballoc() 4054 SLAB_RECLAIM_ACCOUNT); in ext4_init_mballoc() 4059 SLAB_RECLAIM_ACCOUNT); in ext4_init_mballoc()
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 2560 SLAB_RECLAIM_ACCOUNT, NULL); in dm_bufio_client_create() 2573 0, SLAB_RECLAIM_ACCOUNT, NULL); in dm_bufio_client_create()
|
| /linux/fs/erofs/ |
| H A D | super.c | 1022 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in erofs_module_init()
|
| H A D | zdata.c | 252 SLAB_RECLAIM_ACCOUNT, NULL); in z_erofs_create_pcluster_pool()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 1419 SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT, in zonefs_init_inodecache()
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 45 SLAB_RECLAIM_ACCOUNT, NULL); in ntfs3_init_bitmap()
|
| H A D | super.c | 1978 (SLAB_RECLAIM_ACCOUNT | SLAB_ACCOUNT), init_once); in init_ntfs_fs()
|
12