Home
last modified time | relevance | path

Searched full:than (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/Documentation/ABI/testing/
Dsysfs-tty30 sysfs rather than via ioctls.
39 sysfs rather than via ioctls.
48 sysfs rather than via ioctls.
57 sysfs rather than via ioctls.
66 sysfs rather than via ioctls.
75 sysfs rather than via ioctls.
84 sysfs rather than via ioctls.
93 sysfs rather than via ioctls.
102 sysfs rather than via ioctls.
111 sysfs rather than via ioctls.
[all …]
Dsysfs-driver-input-axp-pek5 for more than <startup_time>
11 for more than <shutdown_time>
Dsysfs-bus-iio-temperature-max3185623 negative or greater than VDD.
28 '1' The input voltage is negative or greater than VDD.
29 '0' The input voltage is positive and less than VDD (normal
/Documentation/networking/
Dipsec.rst20 defined in section 3, is not smaller than the size of the original
26 datagram fragmentation when the expanded datagram is larger than the
31 where IP datagrams of size smaller than the threshold are sent in the
37 is smaller than the threshold or the compressed len is larger than original
/Documentation/filesystems/
Dinotify.rst33 An fd-per-watch quickly consumes more file descriptors than are allowed,
34 more fd's than are feasible to manage, and more fd's than are optimally
37 A watch consumes less memory than an open file, separating the number
72 Additionally, it _is_ possible to more than one instance and
73 juggle more than one queue and thus more than one associated fd. There
75 process can easily want more than one queue.
Dromfs.rst15 defunct) filesystems, compiled as module need more than 20000 bytes,
16 while romfs is less than a page, about 4000 bytes (assuming i586
52 is 32 bytes (this is an empty file, with a less than 16 character
56 than 3 bytes, and shorter than 15 bytes.
116 they are never accessible for other than owner. The owner of every
147 device drivers are unable to cope with smaller than block-sized data.
189 - Does it work on other architectures than intel and motorola?
/Documentation/devicetree/bindings/
Dgraph.txt32 connected to this port. If a single port is connected to more than one
34 If more than one port is present in a device node or there is more than one
93 must not point to anything other than the local endpoint. Two endpoints with
116 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
/Documentation/devicetree/bindings/sound/
Dwlf,arizona.yaml30 default. If present, values must be specified less than or equal
31 to the number of input signals. If values less than the number of
49 should be less than or equal to the number of outputs, if less values
64 of values should be less than or equal to the number of inputs,
79 be handled normally. If present, number of cells must be less than
80 or equal to the number of AIFs. If less than the number of AIFs, for
/Documentation/driver-api/thermal/
Dcpu-idle-cooling.rst26 budget lower than the requested one and under-utilize the CPU, thus
28 with a power less than the requested power budget and the next OPP
48 belong to the same cluster, with a duration greater than the cluster
132 - It is less than or equal to the latency we tolerate when the
137 - It is greater than the idle state’s target residency we want to go
148 ... which is more than the sustainable power (or there is something
177 Practically, if the running power is less than the targeted power, we
180 running power greater than the targeted power.
192 * The injected idle duration must be greater than the idle state
/Documentation/virt/kvm/
Dreview-checklist.rst27 are better than duplicating changes to vendor code.
29 9. Similarly, prefer changes to arch independent code than to arch dependent
34 only - u64 rather than ulong).
/Documentation/admin-guide/device-mapper/
Dcache-policies.rst18 Because we map bios, rather than requests it's easy for the policy
21 doesn't update states (eg, hit counts) for a block more than once
66 smq uses 28bit indexes to implement its data structures rather than
68 has a 'hotspot' queue, rather than a pre-cache, which uses a quarter of
69 the entries (each hotspot block covers a larger area than a single
105 Testing smq shows substantially better performance than mq.
/Documentation/devicetree/bindings/thermal/
Dimx-thermal.yaml23 will be triggered when temperature is higher than high threshold,
24 i.MX6SX and i.MX7S/D have two more IRQs than i.MX6Q, one is IRQ_LOW
25 and the other is IRQ_PANIC, when temperature is lower than low
27 than panic threshold, IRQ_PANIC will be triggered, and system can
/Documentation/devicetree/bindings/pci/
Dcdns-pcie.yaml15 One per lane if more than one in the list. If only one PHY listed it must
23 # FIXME: names when more than 1
/Documentation/litmus-tests/atomic/
DAtomic-RMW+mb__after_atomic-is-stronger-than-acquire.litmus1 C Atomic-RMW+mb__after_atomic-is-stronger-than-acquire
7 * stronger than a normal acquire: both the read and write parts of
/Documentation/filesystems/spufs/
Dspufs.rst87 If a count smaller than four is requested, read returns -1 and
101 If a count smaller than four is requested, read returns -1 and
121 operations on an open wbox file are: write(2) If a count smaller than
146 If a count smaller than four is requested, read returns -1 and
177 When the count supplied to the read call is shorter than the
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
219 If a count smaller than four is requested, read returns -1 and
225 If a count smaller than four is requested, write returns -1 and
245 When the count supplied to the read call is shorter than the
/Documentation/usb/
Dehci.rst38 Note that USB 2.0 support involves more than just EHCI. It requires
90 and prevent use of polling intervals of less than one frame.
147 badly when they see different faults than OHCI or UHCI report.
165 So more than 50 MByte/sec is available for bulk transfers, when both
183 microframe rather than thirteen. (Seems like a reasonable trade off
196 it completed in less than 250 usec (depending on transfer size).
207 going to waste more than half the USB 2.0 bandwidth. Delays between the
209 than the I/O. If that same loop used 16 KB chunks, it'd be better; a
212 But rather than depending on such large I/O buffers to make synchronous
229 More than standard 80% periodic bandwidth allocation is possible
/Documentation/staging/
Dcrc32.rst16 - When dividing polynomials, there are no carries. Rather than add and
20 Like all division, the remainder is always smaller than the divisor.
89 We can do it 8 bits at a time rather than 1 bit at a time::
121 Here, rather than just shifting one bit of the remainder to decide
123 This produces a 40-bit (rather than a 33-bit) intermediate remainder,
132 It is not practical to process much more than 8 bits at a time using this
133 technique, because tables larger than 256 entries use too much memory and,
145 producing a 48-bit intermediate remainder. Rather than doing a single
153 takes barely longer than a single table look-up and thus performs almost
/Documentation/devicetree/bindings/input/
Drotary-encoder.txt12 - rotary-encoder,relative-axis: register a relative axis rather than an
16 greater than the specified steps or smaller than 0. For absolute axis only.
/Documentation/hwmon/
Dnsa320.rst31 interface behaves similarly to SPI but at much lower speeds than are normally
55 is reduced from 100 us to less than 15 us then data pulses are likely to be
61 faster than once a second. This is because the hardware takes a relatively long
Dg760a.rst35 speed differs more than 20% with respect to the programmed fan speed;
38 The g760a driver will not update its values more frequently than every
/Documentation/i2c/
Dfault-codes.rst62 than allowed. This usually indicates some device (maybe the
78 specific than ENXIO, implying the problem isn't with the
82 about probe faults other than ENXIO and ENODEV.)
128 time than allowed by the SMBus specification; for example,
131 arbitrary limits (much longer than SMBus!) too.
/Documentation/filesystems/nfs/
Dknfsd-stats.rst43 currently cannot be larger than the number of CPUs in the system.
56 on the wire, this may be either more or less than the number
85 to but less than the rate of change of the packets-arrived counter.
93 threads configured than can be used by the NFS workload. This is
104 i.e. configure a few more nfsds than are currently needed,
/Documentation/vm/
Dpage_owner.rst22 possibility rather than just keeping it in memory, so bad for debugging.
27 enabled. Other usages are more than welcome.
54 520 bytes and less than half of it is in hotpath. Building the kernel with
60 is initialized some time later than that page allocator starts in sparse
/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst60 # <op>[,<mode>] tx-short-bit <bit> make this bit shorter than allowed
61 # <op>[,<mode>] tx-long-bit <bit> make this bit longer than allowed
203 for longer than is strictly needed. Especially given how slow the bus is.
231 what does it do when it receives more than the maximum message size of 16
239 Make this bit period shorter than allowed. The bit position cannot be
245 than is allowed and the receiver should respond with a Low Drive
254 Make this bit period longer than is valid. The bit position cannot be
261 Even though this bit period is longer than is valid it is undefined what
272 Make this start bit period shorter than allowed. Normally the period of
275 the time the CEC bus is high. This start bit period is less than is
[all …]
/Documentation/networking/devlink/
Dsja1105.rst32 vlan_filtering=1, with some constraints (no more than
47 number of permitted VLANs may be less than 7 per

12345678910>>...43