Searched refs:trimming (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/Documentation/thermal/ |
D | exynos_thermal | 22 1. Two point trimming 25 2. One point trimming 28 3. No trimming
|
/linux-4.4.14/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.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 82 Controls the trimming rate in batch mode.
|
/linux-4.4.14/mm/ |
D | Kconfig | 366 int "Turn on mmap() excess space trimming before booting" 376 If trimming is enabled, the excess is trimmed off and returned to the 380 If trimming is disabled, the excess is kept, but not used, which for 385 excess pages there must be before trimming should occur, or zero if 386 no trimming is to occur.
|
/linux-4.4.14/Documentation/acpi/ |
D | scan_handlers.txt | 65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
|
/linux-4.4.14/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.4.14/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.4.14/fs/btrfs/ |
D | extent-tree.c | 9672 atomic_set(&cache->trimming, 0); in btrfs_create_block_group_cache() 10243 remove_em = (atomic_read(&block_group->trimming) == 0); in btrfs_remove_block_group() 10357 int trimming; in btrfs_delete_unused_bgs() local 10461 trimming = btrfs_test_opt(root, DISCARD); in btrfs_delete_unused_bgs() 10464 if (trimming) in btrfs_delete_unused_bgs() 10475 if (trimming) in btrfs_delete_unused_bgs() 10485 if (trimming) { in btrfs_delete_unused_bgs()
|
D | free-space-cache.c | 3324 atomic_inc(&cache->trimming); in btrfs_get_block_group_trimming() 3334 cleanup = (atomic_dec_and_test(&block_group->trimming) && in btrfs_put_block_group_trimming()
|
D | ctree.h | 1374 atomic_t trimming; member
|