Searched refs:trimming (Results 1 – 6 of 6) sorted by relevance
25 1. Two point trimming::29 2. One point trimming::33 3. No trimming::
272 Adjusting page trimming behaviour281 watermark where trimming begins.283 Page trimming behaviour is configurable via the sysctl ``vm.nr_trim_pages``.
71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
778 int "Turn on mmap() excess space trimming before booting"788 If trimming is enabled, the excess is trimmed off and returned to the792 If trimming is disabled, the excess is kept, but not used, which for797 excess pages there must be before trimming should occur, or zero if798 no trimming is to occur.
1491 int trimming; in btrfs_delete_unused_bgs() local1623 trimming = btrfs_test_opt(fs_info, DISCARD_SYNC) || in btrfs_delete_unused_bgs()1627 if (trimming) in btrfs_delete_unused_bgs()1637 if (trimming) in btrfs_delete_unused_bgs()1647 if (trimming) { in btrfs_delete_unused_bgs()
625 This value adjusts the excess page trimming behaviour of power-of-2 aligned628 A value of 0 disables trimming of allocations entirely, while a value of 1630 trimming of allocations is initiated.