Searched +full:gain +full:- +full:scaling +full:- +full:n +full:- +full:inv +full:- +full:log2 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Nuno Sá <nuno.sa@analog.com>16 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3542r.pdf17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad3552r.pdf22 - adi,ad3542r23 - adi,ad3552r28 spi-max-frequency:31 reset-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.043 #include <linux/memory-tiers.h>61 * The initial- and re-scaling of tunables is configurable65 * SCHED_TUNABLESCALING_NONE - unscaled, always *166 * SCHED_TUNABLESCALING_LOG - scaled logarithmical, *1+ilog(ncpus)67 * SCHED_TUNABLESCALING_LINEAR - scaled linear, *ncpus74 * Minimal preemption granularity for CPU-bound tasks:95 pr_warn("Unable to set scheduler thermal pressure decay shift parameter\n"); in setup_sched_thermal_decay_shift()108 return -cpu; in arch_asym_cpu_priority()129 * Amount of runtime to allocate from global (tg) to local (per-cfs_rq) pool[all …]