Home
last modified time | relevance | path

Searched full:thus (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/Documentation/hwmon/
Dpwm-fan.rst5 generic PWM interface thus it is hardware independent. It can be used on
15 a PWM output. It uses the generic PWM interface, thus it can be used with
Dabituguru3.rst16 firmware and thus effectively many different revisions of the uGuru.
41 detection to be skipped, and thus the insmod to
43 driver will not load and thus no hwmon device will get
Dabituguru.rst20 firmware and thus effectively many different revisions of the uGuru.
56 detection to be skipped, and thus the insmod to
58 driver will not load and thus no hwmon device will get
/Documentation/devicetree/bindings/clock/
Ddove-divider-clock.txt5 the PMU, and thus this node should be a child of the PMU node.
20 Core PLL and Clock Divider Control 1 register. Thus, it will have
/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats18 be reported using a single ERR_COR message, thus
39 be reported using a single ERR_FATAL message, thus
69 may be reported using a single ERR_FATAL message, thus
100 device, so these counters include them and are thus cumulative of all the error
/Documentation/locking/
Dlocktypes.rst126 semaphores have no concept of owners, thus preventing PREEMPT_RT from
137 On non-PREEMPT_RT kernels the implementation is fair, thus preventing
148 implementation, thus changing the fairness:
152 thus starving even high-priority writers. In contrast, because readers
154 have its priority boosted until it releases the lock, thus preventing that
192 PREEMPT_RT kernels map local_lock to a per-CPU spinlock_t, thus changing
222 critical section is tiny, thus avoiding RT-mutex overhead.
306 thus preventing writer starvation.
312 implementation, thus changing semantics:
318 thus starving even high-priority writers. In contrast, because readers
[all …]
/Documentation/devicetree/bindings/regulator/
Dltc3676.txt21 412.5mV to 800mV in 12.5 mV steps. The output voltage thus ranges between
24 Regulators ldo1, ldo2, and ldo4 have a fixed 0.725 V reference and thus output
26 regulator can not be disabled and thus should have the regulator-always-on
Dltc3589.txt21 0.3625 V to 0.75 V in 12.5 mV steps. The output voltage thus ranges between
23 have a fixed 0.8 V reference and thus output 0.8 * (1 + R1/R2) V. The ldo3
27 be disabled and thus should have the regulator-always-on property set.
/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst46 marks it full, and advances the GDACTDPA by one. Thus, when there is
55 and advance the tail pointer. Thus, when there is flowing RX traffic,
67 then mark the descr as "empty", ready to receive data. Thus, when there
74 Thus, in an idle system, the GDACTDPA, tail and head pointers will
157 marked xa... which is "empty". Thus, from the OS point of view, there
164 Since its already full, the hardware can do nothing more, and thus has
167 descr 254, since tail was at 255.) Thus, the system is deadlocked,
/Documentation/staging/
Dstatic-keys.rst63 functionality. Thus, it is highly desirable to reduce their impact as much as
85 Thus, by default the 'printk' will not be emitted. And the code generated will
89 out-of-line true branch. Thus, changing branch direction is expensive but
144 Thus, 'static_branch_inc()' means 'make the branch true', and
161 thus a sure deadlock recipe. In order to still allow use of the
275 Thus, the disable jump label case adds a 'mov', 'test' and 'jne' instruction
277 to a 5 byte atomic no-op instruction at boot-time.) Thus, the disabled jump
284 function is 80 bytes long. Thus, we have saved 20% of the instruction
Dcrc32.rst17 subtract, we just xor. Thus, we tend to get a bit sloppy about
58 32 bits later. Thus, the first 32 cycles of this are pretty boring.
153 takes barely longer than a single table look-up and thus performs almost
164 been completed. Thus, the processor's load/store unit is sometimes idle.
170 on the previous CRC at all. Thus, those 4 table look-ups may commence
179 of a polynomial produces a larger multiple of that polynomial. Thus,
/Documentation/devicetree/bindings/iio/adc/
Drenesas,gyroadc.txt37 on the chip and thus for 4-channel operation, single
47 ADC channel with data, thus for 8-channel operation,
56 ADC channel with data, thus for 8-channel operation,
/Documentation/timers/
Dtimers-howto.rst59 driving each of these calls varies, thus there are
87 wakeup will be very precise (ish), thus a simple
100 tolerances here are very situation specific, thus it
/Documentation/virt/kvm/
Dhalt-polling.rst19 invoked. Thus halt polling is especially useful on workloads with very short
45 Thus this is a per vcpu (or vcore) value.
49 received during the polling interval (and thus schedule is invoked) there are
130 entire block time and thus cpu utilisation will go to 100%.
139 allow that other task to run. Thus this doesn't allow a guest to denial of service the
/Documentation/devicetree/bindings/gpio/
Dnvidia,tegra186-gpio.txt32 a number of GPIOs. Thus, each GPIO is named according to an alphabetical port
49 represents the aggregate status for all GPIOs within a set of ports. Thus, the
57 signal to be routed to a different CPU, thus allowing different CPUs to each
59 per-port-set signals is reported via a separate register. Thus, a driver needs
Dgpio-pcf857x.txt10 thus to do it explicitly.
44 The I/O expander can detect input state changes, and thus optionally act as
/Documentation/ABI/obsolete/
Dsysfs-firmware-acpi8 enabling this knob is not safe and thus unsupported.
/Documentation/filesystems/
Dinotify.rst24 the file and thus, worse, pins the mount. Dnotify is therefore infeasible
38 spaces is thus sensible. The current design is what user-space developers
73 juggle more than one queue and thus more than one associated fd. There
/Documentation/vm/
Dzsmalloc.rst7 This allocator is designed for use with zram. Thus, the allocator is
23 worst case, page is incompressible and is thus stored "as-is" i.e. in
/Documentation/filesystems/nfs/
Dknfsd-stats.rst46 and thus this file will have a single line with a pool id of "0".
69 thus introducing a small delay in servicing NFS calls. The ideal
114 counted, but can be inferred from the other counters thus::
/Documentation/ide/
Dide-tape.rst63 driven and thus has much less CPU overhead.
66 devices, including new ATAPI cdroms, and thus provides us
/Documentation/devicetree/bindings/spi/
Dspi-sprd-adi.txt16 Thus we introduce one property named "sprd,hw-channels" to configure hardware
30 thus change the hardware spinlock support to be optional to keep backward
/Documentation/bpf/
Dringbuf.rst119 reference-tracking logic, similar to socket ref-tracking. It is thus
182 already committed. It is thus possible for slow producers to temporarily hold
185 One interesting implementation bit, that significantly simplifies (and thus
190 last data page would be first data page again, and thus the sample will still
198 the record being committed. If not, consumer still has to catch up and thus
/Documentation/sound/hd-audio/
Dnotes.rst117 Thus, if the second error message appears, try to narrow the probed
140 thus we disabled MSI for them.
192 Thus, if you have a newer machine with a slightly different PCI SSID
206 Thus, the first thing you can do for any brand-new, unsupported and
225 the external amplifier bits. Thus a headphone output has a slightly
267 Thus, before submitting a bug report, make sure that you set up the
286 Most of modern laptops have no analog CD-input connection. Thus, the
317 will give you far more messages. Thus turn this on only when you are
322 the controller chip. Thus, even if lspci shows the Nvidia controller,
332 Thus, it'd be better to turn this on always.
[all …]
/Documentation/devicetree/bindings/pinctrl/
Dsprd,pinctrl.txt23 bits in one global control register as one pin, thus we should
53 when the PUBCP system goes into deep sleep mode. Thus we introduce

12345678910>>...19