Searched refs:trimming (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal | 22 1. Two point trimming 25 2. One point trimming 28 3. No trimming
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 54 - 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/ |
D | sysfs-fs-f2fs | 82 Controls the trimming rate in batch mode.
|
/linux-4.1.27/mm/ |
D | Kconfig | 383 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/ |
D | scan_handlers.txt | 65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 289 watermark where trimming begins. 291 Page trimming behaviour is configurable via the sysctl `vm.nr_trim_pages'.
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 509 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/ |
D | free-space-cache.c | 3289 atomic_inc(&block_group->trimming); in btrfs_trim_block_group() 3299 if (atomic_dec_and_test(&block_group->trimming) && in btrfs_trim_block_group()
|
D | ctree.h | 1340 atomic_t trimming; member
|
D | extent-tree.c | 9317 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()
|