/linux/include/linux/ |
H A D | shrinker.h | 89 int seeks; /* seeks to recreate an obj */ member
|
/linux/mm/ |
H A D | shrinker.c | 395 if (shrinker->seeks) { in do_shrink_slab() 398 do_div(delta, shrinker->seeks); in do_shrink_slab() 696 shrinker->seeks = DEFAULT_SEEKS; in shrinker_alloc()
|
H A D | zswap.c | 1326 shrinker->seeks = DEFAULT_SEEKS; in zswap_alloc_shrinker()
|
/linux/Documentation/filesystems/ext4/ |
H A D | inlinedata.rst | 8 (theoretically) reduces disk block consumption and reduces seeks. If the
|
/linux/fs/proc/ |
H A D | root.c | 191 s->s_shrink->seeks = 0; in proc_fill_super()
|
/linux/Documentation/filesystems/ |
H A D | sysfs.rst | 218 This allows userspace to do partial reads and forward seeks 219 arbitrarily over the entire file at will. If userspace seeks back to
|
H A D | seq_file.rst | 25 multiple reads (and seeks) requires careful attention to the reader's
|
/linux/fs/nfsd/ |
H A D | nfscache.c | 200 nn->nfsd_reply_cache_shrinker->seeks = 1; in nfsd_reply_cache_init()
|
H A D | filecache.c | 791 nfsd_file_shrinker->seeks = 1; in nfsd_file_cache_init()
|
/linux/Documentation/admin-guide/LSM/ |
H A D | SafeSetID.rst | 31 This SafeSetID LSM seeks to provide a solution for restricting setid
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_pool.c | 821 mm_shrinker->seeks = 1; in ttm_pool_mgr_init()
|
/linux/Documentation/process/ |
H A D | researcher-guidelines.rst | 20 This document seeks to clarify what the Linux kernel community considers
|
/linux/fs/bcachefs/ |
H A D | btree_cache.c | 668 shrink->seeks = 2; in bch2_fs_btree_cache_init() 678 shrink->seeks = 8; in bch2_fs_btree_cache_init()
|
H A D | btree_key_cache.c | 812 shrink->seeks = 0; in bch2_fs_btree_key_cache_init()
|
H A D | fs.c | 2238 sb->s_shrink->seeks = 0; in bch2_fs_get_tree() 2265 sb->s_shrink->seeks = 0; in bch2_fs_get_tree()
|
/linux/Documentation/admin-guide/blockdev/ |
H A D | floppy.rst | 196 doesn't involve seeks). Implied by 'daring' option.
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-dust.rst | 302 This target seeks to provide a device that can exhibit the behavior
|
/linux/Documentation/block/ |
H A D | bfq-iosched.rst | 339 number of seeks and see improved throughput. 467 it has been selected for service. On devices with costly seeks,
|
/linux/tools/perf/Documentation/ |
H A D | perf.data-file-format.txt | 641 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags
|
/linux/fs/btrfs/ |
H A D | compression.c | 1113 compr_pool.shrinker->seeks = DEFAULT_SEEKS; in btrfs_init_compress()
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-self-describing-metadata.rst | 157 modification process, and seeks only to check that the metadata is what it says
|
/linux/fs/xfs/ |
H A D | xfs_icache.c | 2340 mp->m_inodegc_shrinker->seeks = 0; in xfs_inodegc_register_shrinker()
|
/linux/Documentation/admin-guide/mm/ |
H A D | userfaultfd.rst | 342 roughly "seeks" to that page address and continues sending all
|
/linux/drivers/md/bcache/ |
H A D | btree.c | 839 c->shrink->seeks = 4; in bch_btree_cache_alloc()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-decoder.rst | 851 Some hardware is known to mishandle seeks to a non-resume point. Such an
|