/linux/sound/soc/sof/intel/ |
H A D | Kconfig | 16 'select' statements at a higher level. 24 'select' statements at a higher level. 36 'select' statements at a higher level. 316 'select' statements at a higher level. 322 'select' statements at a higher level. 351 'select' statements at a higher level. 358 'select' statements at a higher level. 366 'select' statements at a higher level. 375 'select' statements at a higher level.
|
/linux/include/linux/ceph/ |
H A D | msgr.h | 109 with higher cseq */ 111 with higher gseq */ 158 __le16 priority; /* priority. higher value == higher priority */ 176 __le16 priority; /* priority. higher value == higher priority */ 195 __le16 priority; /* priority. higher value == higher priority */
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | fe-enable-high-lnb-voltage.rst | 13 FE_ENABLE_HIGH_LNB_VOLTAGE - Select output DC level between normal LNBf voltages or higher LNBf - v… 33 - >0 - enables slightly higher voltages instead of 13/18V, in order 39 Select output DC level between normal LNBf voltages or higher LNBf 40 voltages between 0 (normal) or a value grater than 0 for higher
|
/linux/Documentation/tools/rtla/ |
H A D | common_timerlat_options.rst | 14 Stop trace if the *IRQ* latency is higher than the argument in us. 18 Stop trace if the *Thread* latency is higher than the argument in us. 22 Save the stack trace at the *IRQ* if a *Thread* latency is higher than the 35 Disable idle states higher than *n* for cpus that are running timerlat threads to
|
H A D | common_osnoise_options.rst | 16 Stop the trace if a single sample is higher than the argument in microseconds. 21 Stop the trace if the total sample is higher than the argument in microseconds.
|
/linux/Documentation/hwmon/ |
H A D | nct6775.rst | 115 configuration. An alarm is triggered when the temperature gets higher than 207 speed increases (if temperature is higher that desired) or decreases (if 252 points should be set to higher temperatures and higher pwm values to achieve 253 higher fan speeds with increasing temperature. The last data point reflects
|
H A D | w83627ehf.rst | 93 configurable. temp4 and higher attributes are only reported if its temperature 99 degC for temp1 and 0.5 degC for temp2 and temp3. For temp4 and higher, 101 An alarm is triggered when the temperature gets higher than high limit; 181 fan speed increases (temp is higher) or decreases if lower than desired.
|
H A D | adt7462.rst | 65 - point2: Set the pwm speed at a higher temperature bound. 67 The ADT7462 will scale the pwm between the lower and higher pwm speed when
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | solomon,ssd1307fb.yaml | 85 the higher, the higher the capacitance of the OLED's pixels is. 99 Clock frequency, higher value means higher frequency.
|
/linux/kernel/printk/ |
H A D | nbcon.c | 34 * console. Only higher priority contexts are allowed to take over the 40 * taken over by a higher priority context, released, and taken on another 46 * current owner aware that there is a context with a higher priority 99 * - Preference for higher priority contexts. 115 * The output of one printk record might be interrupted with a higher priority 229 * Or the current owner or waiter has the same or higher 283 * - Only a context with a priority higher than the owner can become in nbcon_waiter_matches() 285 * - Only a context with a priority higher than the waiter can in nbcon_waiter_matches() 294 * 2. Another context with a higher priority than this context in nbcon_waiter_matches() 296 * 3. The higher priority context releases the ownership. in nbcon_waiter_matches() [all …]
|
/linux/tools/tracing/rtla/tests/ |
H A D | hwnoise.t | 10 check "detect noise higher than one microsecond" \ 16 check "stop the trace if a single sample is higher than 1 us" \
|
/linux/Documentation/block/ |
H A D | bfq-iosched.rst | 109 Higher speed for code-development tasks 120 On hard disks, BFQ achieves up to 30% higher throughput than CFQ, and 121 up to 150% higher throughput than DEADLINE and NOOP, with all the 260 receive a higher fraction of the device throughput. 274 got access to the device, the higher the throughput is. 286 higher in this common scenario. 290 higher-priority queues. Among queues in the same class, the 489 reached a higher throughput by setting max_budget explicitly, i.e., by 490 setting max_budget to a higher value than 0. In particular, they have 491 set max_budget to higher values than those to which BFQ would have set [all …]
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-rd88f6281-a.dts | 8 * higher stepping of the SoC. The ethernet switch does not have a 16 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
|
/linux/net/lapb/ |
H A D | Kconfig | 12 it is used to transport higher level protocols (mostly X.25 Packet 13 Layer, the higher part of X.25, but others are possible as well).
|
/linux/Documentation/locking/ |
H A D | rt-mutex-design.rst | 24 Priority inversion is when a lower priority process executes while a higher 38 meantime, B executes, and since B is of a higher priority than C, it preempts C, 39 but by doing so, it is in fact preempting A which is a higher priority process. 173 also call it the Top of the chain) must be equal to or higher in priority 360 pi waiter to its own normal/deadline priority and take the higher one. 367 higher the priority. A "prio" of 5 is of higher priority than a 371 or decrease the priority of the task. In the case that a higher priority 373 would increase/boost the task's priority. But if a higher priority task
|
/linux/Documentation/admin-guide/mm/ |
H A D | numaperf.rst | 104 slower performing memory cached by a smaller higher performing memory. The 107 higher performing memory to transparently cache access to progressively 111 hierarchy. Each increasing cache level provides higher performing 118 level memory, so the higher numbered cache level corresponds to memory
|
/linux/sound/soc/sof/ |
H A D | Kconfig | 63 'select' statements at a higher level. 70 'select' statements at a higher level. 280 'select' statements at a higher level. 289 'select' statements at a higher level.
|
/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_sg.h | 24 * [U32] addr_h[0] = higher 32-bits of address0 28 * [U32] addr_h[N-1] = higher 32-bits of addressN-1
|
/linux/tools/bpf/runqslower/ |
H A D | runqslower.c | 33 " runqslower # trace run queue latency higher than 10000 us (default)\n" 34 " runqslower 1000 # trace run queue latency higher than 1000 us\n" 150 printf("Tracing run queue latency higher than %llu us\n", env.min_us); in main()
|
/linux/sound/soc/sof/amd/ |
H A D | Kconfig | 30 'select' statements at a higher level 66 'select' statements at a higher level
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | nvidia,tegra-regulators-coupling.txt | 13 and they both shall be higher than the CPU voltage by at least 120mV. 20 voltage shall be higher than the CPU by N mV, where N depends on the CPU
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-mt6360 | 13 higher measure range(1~22mV) 20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
|
/linux/Documentation/devicetree/bindings/thermal/ |
H A D | nvidia,tegra124-soctherm.yaml | 84 higher priority, In general, higher priority translates to lower 86 alarms are given higher priority, and ensure that there is no 175 higher than it, it will trigger the HW throttle event.
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | lontium,lt9211.yaml | 49 port-1 to drive higher resolution displays 62 port-1 to drive higher resolution displays.
|
/linux/drivers/scsi/aic7xxx/ |
H A D | Kconfig.aic79xx | 31 reason, the default is set to 32. Higher values may result in higher
|