Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dmxs-usb-phy.txt17 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/
Dexynos_thermal22 1. Two point trimming
25 2. One point trimming
28 3. No trimming
/Linux-v4.19/mm/
DKconfig351 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/
Dnommu-mmap.txt272 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/
Dscan_handlers.txt65 The namespace trimming function, acpi_bus_trim(), first executes .detach()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-fs-f2fs111 Controls the trimming rate in batch mode.
/Linux-v4.19/Documentation/sysctl/
Dvm.txt558 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/
Dextent-tree.c9839 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()
Dfree-space-cache.c3306 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()
Dctree.h637 atomic_t trimming; member