/linux-4.1.27/fs/xfs/ |
H A D | kmem.h | 85 #define KM_ZONE_RECLAIM SLAB_RECLAIM_ACCOUNT
|
/linux-4.1.27/fs/ceph/ |
H A D | super.c | 628 (SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD), init_caches() 634 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); init_caches() 639 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); init_caches() 644 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); init_caches()
|
/linux-4.1.27/fs/gfs2/ |
H A D | main.c | 114 0, SLAB_RECLAIM_ACCOUNT| init_gfs2_fs()
|
/linux-4.1.27/mm/ |
H A D | slab.h | 130 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | SLAB_NOTRACK) 132 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \
|
H A D | slub.c | 1390 (s->flags & SLAB_RECLAIM_ACCOUNT) ? allocate_slab() 1472 (s->flags & SLAB_RECLAIM_ACCOUNT) ? __free_slab() 3105 if (s->flags & SLAB_RECLAIM_ACCOUNT) calculate_sizes() 4548 return sprintf(buf, "%d\n", !!(s->flags & SLAB_RECLAIM_ACCOUNT)); reclaim_account_show() 4554 s->flags &= ~SLAB_RECLAIM_ACCOUNT; reclaim_account_store() 4556 s->flags |= SLAB_RECLAIM_ACCOUNT; reclaim_account_store() 5144 if (s->flags & SLAB_RECLAIM_ACCOUNT) create_unique_id()
|
H A D | slab.c | 1591 if (cachep->flags & SLAB_RECLAIM_ACCOUNT) kmem_getpages() 1609 if (cachep->flags & SLAB_RECLAIM_ACCOUNT) kmem_getpages() 1640 if (cachep->flags & SLAB_RECLAIM_ACCOUNT) kmem_freepages() 1982 if (flags & SLAB_RECLAIM_ACCOUNT) calculate_slab_order()
|
H A D | slab_common.c | 40 #define SLAB_MERGE_SAME (SLAB_DEBUG_FREE | SLAB_RECLAIM_ACCOUNT | \
|
H A D | nommu.c | 1947 * SLAB_RECLAIM_ACCOUNT flag claim to have contents __vm_enough_memory()
|
H A D | mmap.c | 185 * SLAB_RECLAIM_ACCOUNT flag claim to have contents __vm_enough_memory()
|
/linux-4.1.27/fs/openpromfs/ |
H A D | inode.c | 445 (SLAB_RECLAIM_ACCOUNT | init_openprom_fs()
|
/linux-4.1.27/fs/sysv/ |
H A D | inode.c | 355 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, sysv_init_icache()
|
/linux-4.1.27/fs/jffs2/ |
H A D | super.c | 389 0, (SLAB_RECLAIM_ACCOUNT| init_jffs2_fs()
|
/linux-4.1.27/fs/btrfs/ |
H A D | delayed-ref.c | 933 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_delayed_ref_init() 940 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_delayed_ref_init() 947 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_delayed_ref_init() 954 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_delayed_ref_init()
|
H A D | extent_map.c | 15 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); extent_map_init()
|
H A D | ordered-data.c | 1039 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, ordered_data_init()
|
H A D | inode.c | 9047 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, init_once); btrfs_init_cachep() 9053 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_init_cachep() 9059 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_init_cachep() 9065 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_init_cachep() 9071 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); btrfs_init_cachep() 9077 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, btrfs_init_cachep()
|
H A D | delayed-inode.c | 37 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, btrfs_delayed_inode_init()
|
H A D | backref.c | 142 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, btrfs_prelim_ref_init()
|
H A D | extent_io.c | 147 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); extent_io_init() 153 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); extent_io_init()
|
H A D | file.c | 2836 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, btrfs_auto_defrag_init()
|
H A D | disk-io.c | 97 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, btrfs_end_io_wq_init()
|
/linux-4.1.27/fs/coda/ |
H A D | inode.c | 78 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, coda_init_inodecache()
|
/linux-4.1.27/fs/efs/ |
H A D | super.c | 98 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, init_inodecache()
|
/linux-4.1.27/fs/fat/ |
H A D | cache.c | 49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, fat_cache_init()
|
H A D | inode.c | 678 0, (SLAB_RECLAIM_ACCOUNT| fat_init_inodecache()
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_super.c | 271 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); vxfs_init()
|
/linux-4.1.27/include/linux/ |
H A D | slab.h | 91 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro 92 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
|
/linux-4.1.27/fs/proc/ |
H A D | inode.c | 98 0, (SLAB_RECLAIM_ACCOUNT| proc_init_inodecache()
|
/linux-4.1.27/fs/qnx4/ |
H A D | inode.c | 366 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/bfs/ |
H A D | inode.c | 272 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | super.c | 1422 SLAB_RECLAIM_ACCOUNT, nilfs_inode_init_once); nilfs_init_cachep() 1428 SLAB_RECLAIM_ACCOUNT, NULL); nilfs_init_cachep() 1434 SLAB_RECLAIM_ACCOUNT, nilfs_segbuf_init_once); nilfs_init_cachep()
|
/linux-4.1.27/fs/romfs/ |
H A D | super.c | 621 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, init_romfs_fs()
|
/linux-4.1.27/fs/squashfs/ |
H A D | super.c | 423 SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT, init_once); init_inodecache()
|
/linux-4.1.27/fs/logfs/ |
H A D | inode.c | 411 sizeof(struct logfs_inode), 0, SLAB_RECLAIM_ACCOUNT, logfs_init_inode_cache()
|
/linux-4.1.27/fs/ext4/ |
H A D | page-io.c | 35 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); ext4_init_pageio()
|
H A D | extents_status.c | 156 0, (SLAB_RECLAIM_ACCOUNT), NULL); ext4_init_es()
|
H A D | mballoc.c | 2539 slab_size, 0, SLAB_RECLAIM_ACCOUNT, ext4_groupinfo_create_slab() 2830 SLAB_RECLAIM_ACCOUNT); ext4_init_mballoc() 2835 SLAB_RECLAIM_ACCOUNT); ext4_init_mballoc() 2842 SLAB_RECLAIM_ACCOUNT); ext4_init_mballoc()
|
H A D | super.c | 956 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/9p/ |
H A D | v9fs.c | 583 0, (SLAB_RECLAIM_ACCOUNT| v9fs_init_inode_cache()
|
/linux-4.1.27/fs/adfs/ |
H A D | super.c | 273 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/affs/ |
H A D | super.c | 133 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | super.c | 1762 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| ocfs2_initialize_mem_caches() 1768 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| ocfs2_initialize_mem_caches() 1774 (SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD), ocfs2_initialize_mem_caches()
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 640 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| init_dlmfs_fs()
|
/linux-4.1.27/fs/qnx6/ |
H A D | inode.c | 626 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/hpfs/ |
H A D | super.c | 237 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/jfs/ |
H A D | super.c | 904 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, init_jfs_fs()
|
/linux-4.1.27/fs/ |
H A D | mbcache.c | 359 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); mb_cache_create()
|
H A D | inode.c | 1831 (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC| inode_init()
|
H A D | block_dev.c | 557 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| bdev_cache_init()
|
H A D | buffer.c | 3419 (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC| buffer_init()
|
H A D | dcache.c | 3409 SLAB_RECLAIM_ACCOUNT|SLAB_PANIC|SLAB_MEM_SPREAD); dcache_init()
|
/linux-4.1.27/fs/minix/ |
H A D | inode.c | 93 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/ncpfs/ |
H A D | inode.c | 84 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/nfs/ |
H A D | direct.c | 1050 0, (SLAB_RECLAIM_ACCOUNT| nfs_init_directcache()
|
H A D | inode.c | 1923 0, (SLAB_RECLAIM_ACCOUNT| nfs_init_inodecache()
|
/linux-4.1.27/fs/befs/ |
H A D | linuxvfs.c | 440 0, (SLAB_RECLAIM_ACCOUNT| befs_init_inodecache()
|
/linux-4.1.27/fs/cifs/ |
H A D | cifsfs.c | 1039 0, (SLAB_RECLAIM_ACCOUNT| cifs_init_inodecache()
|
/linux-4.1.27/fs/exofs/ |
H A D | super.c | 197 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, init_inodecache()
|
/linux-4.1.27/net/sunrpc/ |
H A D | rpc_pipe.c | 1502 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| register_rpc_pipefs()
|
/linux-4.1.27/fs/ufs/ |
H A D | super.c | 1456 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/isofs/ |
H A D | inode.c | 96 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/ext2/ |
H A D | super.c | 202 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/lib/ |
H A D | radix-tree.c | 1492 SLAB_PANIC | SLAB_RECLAIM_ACCOUNT, radix_tree_init()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | super.c | 628 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 2243 SLAB_MEM_SPREAD | SLAB_RECLAIM_ACCOUNT, ubifs_init()
|
/linux-4.1.27/fs/udf/ |
H A D | super.c | 181 0, (SLAB_RECLAIM_ACCOUNT | init_inodecache()
|
/linux-4.1.27/fs/f2fs/ |
H A D | f2fs.h | 1140 return kmem_cache_create(name, size, 0, SLAB_RECLAIM_ACCOUNT, NULL); f2fs_kmem_cache_create()
|
/linux-4.1.27/fs/ntfs/ |
H A D | super.c | 3141 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); init_ntfs_fs() 3149 SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, init_ntfs_fs()
|
/linux-4.1.27/fs/quota/ |
H A D | dquot.c | 2853 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| dquot_init()
|
/linux-4.1.27/fs/ext3/ |
H A D | super.c | 540 0, (SLAB_RECLAIM_ACCOUNT| init_inodecache()
|
/linux-4.1.27/net/ |
H A D | socket.c | 295 SLAB_RECLAIM_ACCOUNT | init_inodecache()
|