Home
last modified time | relevance | path

Searched refs:culling (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/Documentation/filesystems/caching/
Dcachefiles.rst19 (*) Cache culling.
40 reaping stale nodes and culling. This is called cachefilesd and lives in
56 the filesystem, shrinking the cache by culling the objects it contains to make
91 Configure the culling limits. Optional. See the section on culling
173 The cache may need culling occasionally to make space. This involves
178 Cache culling is done on the basis of the percentage of blocks and the
184 rises above both these limits, then culling is turned off.
188 cache falls below either of these limits, then culling is started.
193 disk space or files is permitted until culling has raised things above
/Linux-v5.15/include/media/davinci/
Disif.h416 struct isif_cul culling; member
/Linux-v5.15/drivers/media/platform/davinci/
Disif.c58 .culling = {
669 isif_config_culling(&module_params->culling); in isif_config_raw()