Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dshrinker.h89 int seeks; /* seeks to recreate an obj */ member
/linux-6.15/mm/
H 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()
H A Dworkingset.c819 workingset_shadow_shrinker->seeks = 0; in workingset_init()
H A Dzswap.c1359 shrinker->seeks = DEFAULT_SEEKS; in zswap_alloc_shrinker()
/linux-6.15/Documentation/filesystems/ext4/
H A Dinlinedata.rst8 (theoretically) reduces disk block consumption and reduces seeks. If the
/linux-6.15/fs/nfs/
H 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-6.15/Documentation/timers/
H A Ddelay_sleep_functions.rst6 This document seeks to answer the common question: "What is the
/linux-6.15/fs/proc/
H A Droot.c191 s->s_shrink->seeks = 0; in proc_fill_super()
/linux-6.15/fs/kernfs/
H A Dmount.c288 sb->s_shrink->seeks = 0; in kernfs_fill_super()
/linux-6.15/Documentation/filesystems/
H 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
H A Dseq_file.rst25 multiple reads (and seeks) requires careful attention to the reader's
/linux-6.15/fs/nfsd/
H A Dnfscache.c200 nn->nfsd_reply_cache_shrinker->seeks = 1; in nfsd_reply_cache_init()
H A Dfilecache.c808 nfsd_file_shrinker->seeks = 1; in nfsd_file_cache_init()
/linux-6.15/Documentation/admin-guide/mm/
H A Dzswap.rst85 Zswap seeks to be simple in its policies. Sysfs attributes allow for one user
/linux-6.15/Documentation/admin-guide/LSM/
H A DSafeSetID.rst31 This SafeSetID LSM seeks to provide a solution for restricting setid
/linux-6.15/Documentation/process/
H A Dresearcher-guidelines.rst20 This document seeks to clarify what the Linux kernel community considers
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dfloppy.rst196 doesn't involve seeks). Implied by 'daring' option.
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst302 This target seeks to provide a device that can exhibit the behavior
/linux-6.15/fs/bcachefs/
H A Dbtree_cache.c669 shrink->seeks = 2; in bch2_fs_btree_cache_init()
679 shrink->seeks = 8; in bch2_fs_btree_cache_init()
H A Dbtree_key_cache.c827 shrink->seeks = 0; in bch2_fs_btree_key_cache_init()
/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_pool.c1327 mm_shrinker->seeks = 1; in ttm_pool_mgr_init()
/linux-6.15/Documentation/block/
H A Dbfq-iosched.rst339 number of seeks and see improved throughput.
467 it has been selected for service. On devices with costly seeks,
/linux-6.15/Documentation/userspace-api/fwctl/
H A Dfwctl.rst42 interfaces. fwctl seeks to allow access to the full device functionality from
/linux-6.15/fs/btrfs/
H A Dcompression.c1121 compr_pool.shrinker->seeks = DEFAULT_SEEKS; in btrfs_init_compress()
/linux-6.15/tools/perf/Documentation/
H A Dperf.data-file-format.txt641 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags

12