Home
last modified time | relevance | path

Searched refs:seeks (Results 1 – 25 of 33) sorted by relevance

12

/linux/include/linux/
A Dshrinker.h89 int seeks; /* seeks to recreate an obj */ member
/linux/mm/
A Dshrinker.c395 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()
A Dworkingset.c834 workingset_shadow_shrinker->seeks = 0; in workingset_init()
A Dzswap.c1285 shrinker->seeks = DEFAULT_SEEKS; in zswap_alloc_shrinker()
/linux/Documentation/filesystems/ext4/
A Dinlinedata.rst8 (theoretically) reduces disk block consumption and reduces seeks. If the
/linux/fs/nfs/
A Dnfs42xattr.c983 scan_objects_cb scan, long batch, int seeks) in nfs4_xattr_shrinker_init() argument
1000 (*shrinker)->seeks = seeks; in nfs4_xattr_shrinker_init()
/linux/fs/proc/
A Droot.c191 s->s_shrink->seeks = 0; in proc_fill_super()
/linux/fs/kernfs/
A Dmount.c266 sb->s_shrink->seeks = 0; in kernfs_fill_super()
/linux/Documentation/timers/
A Dtimers-howto.rst5 This document seeks to answer the common question: "What is the
/linux/Documentation/filesystems/
A Dsysfs.rst218 This allows userspace to do partial reads and forward seeks
219 arbitrarily over the entire file at will. If userspace seeks back to
A Dseq_file.rst25 multiple reads (and seeks) requires careful attention to the reader's
/linux/fs/nfsd/
A Dnfscache.c200 nn->nfsd_reply_cache_shrinker->seeks = 1; in nfsd_reply_cache_init()
A Dfilecache.c784 nfsd_file_shrinker->seeks = 1; in nfsd_file_cache_init()
/linux/drivers/gpu/drm/ttm/
A Dttm_pool.c821 mm_shrinker->seeks = 1; in ttm_pool_mgr_init()
/linux/Documentation/admin-guide/LSM/
A DSafeSetID.rst31 This SafeSetID LSM seeks to provide a solution for restricting setid
/linux/Documentation/admin-guide/mm/
A Dzswap.rst87 Zswap seeks to be simple in its policies. Sysfs attributes allow for one user
/linux/Documentation/process/
A Dresearcher-guidelines.rst20 This document seeks to clarify what the Linux kernel community considers
/linux/Documentation/admin-guide/blockdev/
A Dfloppy.rst196 doesn't involve seeks). Implied by 'daring' option.
/linux/Documentation/admin-guide/device-mapper/
A Ddm-dust.rst302 This target seeks to provide a device that can exhibit the behavior
/linux/fs/bcachefs/
A Dbtree_cache.c666 shrink->seeks = 2; in bch2_fs_btree_cache_init()
676 shrink->seeks = 8; in bch2_fs_btree_cache_init()
A Dbtree_key_cache.c776 shrink->seeks = 0; in bch2_fs_btree_key_cache_init()
A Dfs.c2204 sb->s_shrink->seeks = 0; in bch2_fs_get_tree()
2231 sb->s_shrink->seeks = 0; in bch2_fs_get_tree()
/linux/Documentation/block/
A Dbfq-iosched.rst339 number of seeks and see improved throughput.
467 it has been selected for service. On devices with costly seeks,
/linux/tools/perf/Documentation/
A Dperf.data-file-format.txt641 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags
/linux/fs/btrfs/
A Dcompression.c1111 compr_pool.shrinker->seeks = DEFAULT_SEEKS; in btrfs_init_compress()

Completed in 63 milliseconds

12