Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dshrinker.h89 int seeks; /* seeks to recreate an obj */ member
/linux/mm/
H A Dshrinker.c400 if (shrinker->seeks) { in do_shrink_slab()
403 do_div(delta, shrinker->seeks); in do_shrink_slab()
706 shrinker->seeks = DEFAULT_SEEKS; in shrinker_alloc()
/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst8 (theoretically) reduces disk block consumption and reduces seeks. If the
/linux/fs/nfsd/
H A Dnfscache.c202 nn->nfsd_reply_cache_shrinker->seeks = 1; in nfsd_reply_cache_init()
H A Dfilecache.c907 nfsd_file_shrinker->seeks = 1; in nfsd_file_cache_init()
/linux/Documentation/admin-guide/mm/
H A Dzswap.rst76 Zswap seeks to be simple in its policies. Sysfs attributes allow for one user
/linux/Documentation/process/
H A Dresearcher-guidelines.rst20 This document seeks to clarify what the Linux kernel community considers
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst196 doesn't involve seeks). Implied by 'daring' option.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst302 This target seeks to provide a device that can exhibit the behavior
/linux/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/tools/perf/Documentation/
H A Dperf.data-file-format.txt696 Pipe-mode avoid seeks in the file by removing the perf_file_section and flags
/linux/fs/btrfs/
H A Dcompression.c1148 compr_pool.shrinker->seeks = DEFAULT_SEEKS; in btrfs_init_compress()
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst157 modification process, and seeks only to check that the metadata is what it says
/linux/drivers/md/
H A Ddm-bufio.c2601 c->shrinker->seeks = 1; in dm_bufio_client_create()
H A Draid5.c7863 conf->shrinker->seeks = DEFAULT_SEEKS * conf->raid_disks * 4; in setup_conf()
/linux/drivers/md/bcache/
H A Dbtree.c837 c->shrink->seeks = 4; in bch_btree_cache_alloc()