Home
last modified time | relevance | path

Searched refs:trimming (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/Documentation/thermal/
Dexynos_thermal22 1. Two point trimming
25 2. One point trimming
28 3. No trimming
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dexynos-thermal.txt54 - samsung,tmu_first_point_trim: First point trimming value
55 - samsung,tmu_second_point_trim: Second point trimming value
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-f2fs82 Controls the trimming rate in batch mode.
/linux-4.1.27/mm/
DKconfig383 int "Turn on mmap() excess space trimming before booting"
393 If trimming is enabled, the excess is trimmed off and returned to the
397 If trimming is disabled, the excess is kept, but not used, which for
402 excess pages there must be before trimming should occur, or zero if
403 no trimming is to occur.
/linux-4.1.27/Documentation/acpi/
Dscan_handlers.txt65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
/linux-4.1.27/Documentation/
Dnommu-mmap.txt289 watermark where trimming begins.
291 Page trimming behaviour is configurable via the sysctl `vm.nr_trim_pages'.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt509 This value adjusts the excess page trimming behaviour of power-of-2 aligned
512 A value of 0 disables trimming of allocations entirely, while a value of 1
514 trimming of allocations is initiated.
/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c3289 atomic_inc(&block_group->trimming); in btrfs_trim_block_group()
3299 if (atomic_dec_and_test(&block_group->trimming) && in btrfs_trim_block_group()
Dctree.h1340 atomic_t trimming; member
Dextent-tree.c9317 atomic_set(&cache->trimming, 0); in btrfs_create_block_group_cache()
9855 remove_em = (atomic_read(&block_group->trimming) == 0); in btrfs_remove_block_group()