Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslab.h131 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | SLAB_NOTRACK)
133 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \
Dslub.c1482 (s->flags & SLAB_RECLAIM_ACCOUNT) ? in allocate_slab()
1519 (s->flags & SLAB_RECLAIM_ACCOUNT) ? in __free_slab()
3319 if (s->flags & SLAB_RECLAIM_ACCOUNT) in calculate_sizes()
4763 return sprintf(buf, "%d\n", !!(s->flags & SLAB_RECLAIM_ACCOUNT)); in reclaim_account_show()
4769 s->flags &= ~SLAB_RECLAIM_ACCOUNT; in reclaim_account_store()
4771 s->flags |= SLAB_RECLAIM_ACCOUNT; in reclaim_account_store()
5359 if (s->flags & SLAB_RECLAIM_ACCOUNT) in create_unique_id()
Dslab.c1593 if (cachep->flags & SLAB_RECLAIM_ACCOUNT) in kmem_getpages()
1612 if (cachep->flags & SLAB_RECLAIM_ACCOUNT) in kmem_getpages()
1643 if (cachep->flags & SLAB_RECLAIM_ACCOUNT) in kmem_freepages()
1973 if (flags & SLAB_RECLAIM_ACCOUNT) in calculate_slab_order()
Dslab_common.c40 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | SLAB_NOTRACK)
/linux-4.4.14/fs/ceph/
Dsuper.c642 (SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD), in init_caches()
648 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
652 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
657 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
662 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD); in init_caches()
/linux-4.4.14/fs/xfs/
Dkmem.h85 #define KM_ZONE_RECLAIM SLAB_RECLAIM_ACCOUNT
/linux-4.4.14/include/linux/
Dslab.h91 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */ macro
92 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */
/linux-4.4.14/fs/f2fs/
Dcrypto.c258 SLAB_RECLAIM_ACCOUNT); in f2fs_init_crypto()
263 SLAB_RECLAIM_ACCOUNT); in f2fs_init_crypto()
Df2fs.h1280 return kmem_cache_create(name, size, 0, SLAB_RECLAIM_ACCOUNT, NULL); in f2fs_kmem_cache_create()
/linux-4.4.14/fs/ext4/
Dcrypto.c190 SLAB_RECLAIM_ACCOUNT); in ext4_init_crypto()
195 SLAB_RECLAIM_ACCOUNT); in ext4_init_crypto()
Dpage-io.c35 io_end_cachep = KMEM_CACHE(ext4_io_end, SLAB_RECLAIM_ACCOUNT); in ext4_init_pageio()
Dextents_status.c156 0, (SLAB_RECLAIM_ACCOUNT), NULL); in ext4_init_es()
Dmballoc.c2562 slab_size, 0, SLAB_RECLAIM_ACCOUNT, in ext4_groupinfo_create_slab()
2846 SLAB_RECLAIM_ACCOUNT); in ext4_init_mballoc()
2851 SLAB_RECLAIM_ACCOUNT); in ext4_init_mballoc()
2858 SLAB_RECLAIM_ACCOUNT); in ext4_init_mballoc()
Dsuper.c969 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/btrfs/
Ddelayed-ref.c947 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_delayed_ref_init()
954 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_delayed_ref_init()
961 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_delayed_ref_init()
968 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_delayed_ref_init()
Dextent_map.c15 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in extent_map_init()
Dordered-data.c1107 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in ordered_data_init()
Dinode.c9188 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, init_once); in btrfs_init_cachep()
9194 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_init_cachep()
9200 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_init_cachep()
9206 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_init_cachep()
9212 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in btrfs_init_cachep()
9218 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in btrfs_init_cachep()
Dbackref.c142 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in btrfs_prelim_ref_init()
Ddelayed-inode.c37 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in btrfs_delayed_inode_init()
Dextent_io.c166 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in extent_io_init()
172 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, NULL); in extent_io_init()
Dfile.c2949 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in btrfs_auto_defrag_init()
Ddisk-io.c97 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in btrfs_end_io_wq_init()
/linux-4.4.14/fs/gfs2/
Dmain.c114 0, SLAB_RECLAIM_ACCOUNT| in init_gfs2_fs()
/linux-4.4.14/fs/freevxfs/
Dvxfs_super.c271 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in vxfs_init()
/linux-4.4.14/fs/coda/
Dinode.c78 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in coda_init_inodecache()
/linux-4.4.14/fs/efs/
Dsuper.c98 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in init_inodecache()
/linux-4.4.14/fs/fat/
Dcache.c49 0, SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in fat_cache_init()
Dinode.c679 0, (SLAB_RECLAIM_ACCOUNT| in fat_init_inodecache()
/linux-4.4.14/fs/jffs2/
Dsuper.c389 0, (SLAB_RECLAIM_ACCOUNT| in init_jffs2_fs()
/linux-4.4.14/fs/logfs/
Dinode.c411 sizeof(struct logfs_inode), 0, SLAB_RECLAIM_ACCOUNT, in logfs_init_inode_cache()
/linux-4.4.14/fs/nilfs2/
Dsuper.c1421 SLAB_RECLAIM_ACCOUNT, nilfs_inode_init_once); in nilfs_init_cachep()
1427 SLAB_RECLAIM_ACCOUNT, NULL); in nilfs_init_cachep()
1433 SLAB_RECLAIM_ACCOUNT, nilfs_segbuf_init_once); in nilfs_init_cachep()
/linux-4.4.14/fs/qnx4/
Dinode.c366 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/openpromfs/
Dinode.c445 (SLAB_RECLAIM_ACCOUNT | in init_openprom_fs()
/linux-4.4.14/fs/sysv/
Dinode.c349 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in sysv_init_icache()
/linux-4.4.14/fs/squashfs/
Dsuper.c423 SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT, init_once); in init_inodecache()
/linux-4.4.14/fs/9p/
Dv9fs.c577 0, (SLAB_RECLAIM_ACCOUNT| in v9fs_init_inode_cache()
/linux-4.4.14/fs/proc/
Dinode.c97 0, (SLAB_RECLAIM_ACCOUNT| in proc_init_inodecache()
/linux-4.4.14/fs/ocfs2/dlmfs/
Ddlmfs.c640 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in init_dlmfs_fs()
/linux-4.4.14/fs/romfs/
Dsuper.c621 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in init_romfs_fs()
/linux-4.4.14/fs/bfs/
Dinode.c272 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/adfs/
Dsuper.c273 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/affs/
Dsuper.c134 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/
Dmbcache.c359 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in mb_cache_create()
Dinode.c1885 (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC| in inode_init()
Dblock_dev.c592 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in bdev_cache_init()
Dbuffer.c3419 (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC| in buffer_init()
Ddcache.c3411 SLAB_RECLAIM_ACCOUNT|SLAB_PANIC|SLAB_MEM_SPREAD); in dcache_init()
/linux-4.4.14/fs/ocfs2/
Dsuper.c1773 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in ocfs2_initialize_mem_caches()
1779 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in ocfs2_initialize_mem_caches()
1785 (SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD), in ocfs2_initialize_mem_caches()
/linux-4.4.14/fs/qnx6/
Dinode.c626 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/hpfs/
Dsuper.c264 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/befs/
Dlinuxvfs.c436 0, (SLAB_RECLAIM_ACCOUNT| in befs_init_inodecache()
/linux-4.4.14/fs/minix/
Dinode.c93 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/jfs/
Dsuper.c901 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in init_jfs_fs()
/linux-4.4.14/fs/nfs/
Ddirect.c1053 0, (SLAB_RECLAIM_ACCOUNT| in nfs_init_directcache()
Dinode.c1937 0, (SLAB_RECLAIM_ACCOUNT| in nfs_init_inodecache()
/linux-4.4.14/lib/
Dradix-tree.c1498 SLAB_PANIC | SLAB_RECLAIM_ACCOUNT, in radix_tree_init()
/linux-4.4.14/fs/exofs/
Dsuper.c197 SLAB_RECLAIM_ACCOUNT | SLAB_MEM_SPREAD, in init_inodecache()
/linux-4.4.14/fs/cifs/
Dcifsfs.c1034 0, (SLAB_RECLAIM_ACCOUNT| in cifs_init_inodecache()
/linux-4.4.14/fs/ncpfs/
Dinode.c84 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/ntfs/
Dsuper.c3134 SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, NULL); in init_ntfs_fs()
3142 SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|SLAB_MEM_SPREAD, in init_ntfs_fs()
/linux-4.4.14/fs/isofs/
Dinode.c96 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c1502 0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in register_rpc_pipefs()
/linux-4.4.14/fs/ext2/
Dsuper.c205 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/ufs/
Dsuper.c1429 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/ubifs/
Dsuper.c2251 SLAB_MEM_SPREAD | SLAB_RECLAIM_ACCOUNT, in ubifs_init()
/linux-4.4.14/fs/reiserfs/
Dsuper.c628 0, (SLAB_RECLAIM_ACCOUNT| in init_inodecache()
/linux-4.4.14/fs/udf/
Dsuper.c181 0, (SLAB_RECLAIM_ACCOUNT | in init_inodecache()
/linux-4.4.14/fs/quota/
Ddquot.c2891 (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT| in dquot_init()
/linux-4.4.14/net/
Dsocket.c296 SLAB_RECLAIM_ACCOUNT | in init_inodecache()