Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/thermal/
H A Dexynos_thermal.rst25 1. Two point trimming::
29 2. One point trimming::
33 3. No trimming::
/linux/Documentation/driver-api/acpi/
H A Dscan_handlers.rst71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
/linux/mm/
H A DKconfig742 int "Turn on mmap() excess space trimming before booting"
752 If trimming is enabled, the excess is trimmed off and returned to the
756 If trimming is disabled, the excess is kept, but not used, which for
761 excess pages there must be before trimming should occur, or zero if
762 no trimming is to occur.
/linux/fs/btrfs/
H A Dblock-group.c1563 int trimming; in btrfs_delete_unused_bgs() local
1746 trimming = btrfs_test_opt(fs_info, DISCARD_SYNC) || in btrfs_delete_unused_bgs()
1750 if (trimming) in btrfs_delete_unused_bgs()
1760 if (trimming) in btrfs_delete_unused_bgs()
1770 if (trimming) { in btrfs_delete_unused_bgs()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst721 This value adjusts the excess page trimming behaviour of power-of-2 aligned
724 A value of 0 disables trimming of allocations entirely, while a value of 1
726 trimming of allocations is initiated.