Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/thermal/
Dexynos_thermal22 1. Two point trimming
25 2. One point trimming
28 3. No trimming
/linux-4.4.14/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.4.14/Documentation/ABI/testing/
Dsysfs-fs-f2fs82 Controls the trimming rate in batch mode.
/linux-4.4.14/mm/
DKconfig366 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/
Dscan_handlers.txt65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
/linux-4.4.14/Documentation/
Dnommu-mmap.txt289 watermark where trimming begins.
291 Page trimming behaviour is configurable via the sysctl `vm.nr_trim_pages'.
/linux-4.4.14/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.4.14/fs/btrfs/
Dextent-tree.c9672 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()
Dfree-space-cache.c3324 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()
Dctree.h1374 atomic_t trimming; member