Searched refs:trimming (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | mxs-usb-phy.txt | 17 high-speed trimming resistor connected in parallel with the 45 ohm resistor 20 high-speed trimming resistor connected in parallel with the 45 ohm resistor 22 - fsl,tx-d-cal: Integer [79-119]. Current trimming value (as a percentage) of
|
/Linux-v4.19/Documentation/thermal/ |
D | exynos_thermal | 22 1. Two point trimming 25 2. One point trimming 28 3. No trimming
|
/Linux-v4.19/mm/ |
D | Kconfig | 351 int "Turn on mmap() excess space trimming before booting" 361 If trimming is enabled, the excess is trimmed off and returned to the 365 If trimming is disabled, the excess is kept, but not used, which for 370 excess pages there must be before trimming should occur, or zero if 371 no trimming is to occur.
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 272 Adjusting page trimming behaviour 281 watermark where trimming begins. 283 Page trimming behaviour is configurable via the sysctl ``vm.nr_trim_pages``.
|
/Linux-v4.19/Documentation/acpi/ |
D | scan_handlers.txt | 65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 111 Controls the trimming rate in batch mode.
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 558 This value adjusts the excess page trimming behaviour of power-of-2 aligned 561 A value of 0 disables trimming of allocations entirely, while a value of 1 563 trimming of allocations is initiated.
|
/Linux-v4.19/fs/btrfs/ |
D | extent-tree.c | 9839 atomic_set(&cache->trimming, 0); in btrfs_create_block_group_cache() 10436 remove_em = (atomic_read(&block_group->trimming) == 0); in btrfs_remove_block_group() 10553 int trimming; in btrfs_delete_unused_bgs() local 10659 trimming = btrfs_test_opt(fs_info, DISCARD); in btrfs_delete_unused_bgs() 10662 if (trimming) in btrfs_delete_unused_bgs() 10672 if (trimming) in btrfs_delete_unused_bgs() 10682 if (trimming) { in btrfs_delete_unused_bgs()
|
D | free-space-cache.c | 3306 atomic_inc(&cache->trimming); in btrfs_get_block_group_trimming() 3317 cleanup = (atomic_dec_and_test(&block_group->trimming) && in btrfs_put_block_group_trimming()
|
D | ctree.h | 637 atomic_t trimming; member
|