Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/Linux-v6.1/include/linux/
Drbtree_latch.h65 bool (*less)(struct latch_tree_node *a, struct latch_tree_node *b); member
77 bool (*less)(struct latch_tree_node *a, struct latch_tree_node *b)) in __lt_insert()
89 if (less(ltn, ltp)) in __lt_insert()
149 __lt_insert(node, root, 0, ops->less); in latch_tree_insert()
151 __lt_insert(node, root, 1, ops->less); in latch_tree_insert()
Dmin_heap.h29 bool (*less)(const void *lhs, const void *rhs); member
48 if (func->less(left, smallest)) in min_heapify()
53 if (func->less(right, smallest)) in min_heapify()
128 if (func->less(parent, child)) in min_heap_push()
Drbtree.h166 bool (*less)(struct rb_node *, const struct rb_node *)) in rb_add_cached()
174 if (less(node, parent)) { in rb_add_cached()
196 bool (*less)(struct rb_node *, const struct rb_node *)) in rb_add()
203 if (less(node, parent)) in rb_add()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-iio-light-si11335 Unit-less infrared intensity. The intensity is measured from 1
13 Unit-less infrared intensity. The intensity is measured from 4
21 Unit-less light intensity with more diodes.
Dsysfs-bus-iio-light-isl2901814 The sign bit is extended for resolutions less than 16. While
16 is less affected by the ambient IR noise variation.
/Linux-v6.1/tools/include/linux/
Drbtree.h179 bool (*less)(struct rb_node *, const struct rb_node *)) in rb_add_cached()
187 if (less(node, parent)) { in rb_add_cached()
207 bool (*less)(struct rb_node *, const struct rb_node *)) in rb_add()
214 if (less(node, parent)) in rb_add()
/Linux-v6.1/lib/
Dtest_min_heap.c73 .less = min_heap ? less_than : greater_than, in test_heapify_all()
106 .less = min_heap ? less_than : greater_than, in test_heap_push()
139 .less = min_heap ? less_than : greater_than, in test_heap_pop_push()
/Linux-v6.1/drivers/iio/temperature/
DKconfig58 tristate "MLX90614 contact-less infrared sensor"
62 MLX90614 contact-less infrared sensor connected with I2C.
68 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
73 MLX90632 contact-less infrared sensor with medical accuracy
/Linux-v6.1/net/tipc/
Dcore.h195 static inline int less(u16 left, u16 right) in less() function
202 return !less(val, min) && !more(val, max); in in_range()
/Linux-v6.1/Documentation/usb/
Dohci.rst20 - improved robustness; bugfixes; and less overhead
23 - less code, by using the upper level "hcd" framework
/Linux-v6.1/drivers/net/ethernet/toshiba/
DKconfig37 If you have the wireless-less model of PS3 or have no plan to
40 safely enable this option even if you have a wireless-less model.
/Linux-v6.1/Documentation/networking/
Dplip.rst77 On these machines, the PLIP driver can be used in IRQ-less mode, where
79 and if such data is available, process it. This mode is less efficient than
82 indicate that there isn't a noticeable performance drop when using IRQ-less
89 data) is, by default, 500usec. As IRQ delivery is more or less immediate,
92 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times
99 10^6/HZ usecs. If both sides of a PLIP connection are used in IRQ-less mode,
/Linux-v6.1/arch/x86/lib/
Dclear_page_64.S128 # call the original thing for less than a cacheline
177 # call the original thing for less than a cacheline
/Linux-v6.1/tools/build/tests/ex/empty2/
DREADME2 to test proper nesting into Build-less directories.
/Linux-v6.1/crypto/
Dalgif_aead.c171 size_t less = outlen - usedpages; in _aead_recvmsg() local
173 if (used < less) { in _aead_recvmsg()
177 used -= less; in _aead_recvmsg()
178 outlen -= less; in _aead_recvmsg()
/Linux-v6.1/drivers/media/rc/img-ir/
DKconfig17 less reliable (due to lack of timestamps) and consumes more
26 signals in hardware. This is more reliable, consumes less processing
/Linux-v6.1/Documentation/admin-guide/mm/
Dmultigen_lru.rst79 ``N=3000`` make janks less noticeable at the risk of premature OOM
147 generations less than or equal to ``min_gen_nr``.
151 ``min_gen_nr`` should be less than ``max_gen_nr-1``, since
161 estimation step. This less forceful approach limits the impacts on the
/Linux-v6.1/arch/arc/
DKconfig.debug8 This increases the resident kernel footprint and will cause less
/Linux-v6.1/Documentation/staging/
Dspeculation.rst35 B.LT less
38 less:
/Linux-v6.1/Documentation/devicetree/bindings/net/ieee802154/
Dca8210.txt6 - spi-max-frequency: Maximum clock speed, should be *less than*
/Linux-v6.1/arch/x86/crypto/
DKconfig374 - CLMUL-NI (carry-less multiplication new instructions)
450 - CLMUL-NI (carry-less multiplication new instructions)
461 - PCLMULQDQ (carry-less multiplication)
472 - PCLMULQDQ (carry-less multiplication)
482 - PCLMULQDQ (carry-less multiplication)
Dcrc32c-pcl-intel-asm_64.S113 ## If len is less than 8 and we're unaligned, we need to jump
257 # len is less than 8 if we got here
/Linux-v6.1/Documentation/openrisc/
Dtodo.rst7 the coming months. Here's a list of known-to-be-less-than-stellar items
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dspi-bcm63xx.txt13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8
Dspi-bcm63xx-hsspi.txt13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8

12345678910>>...20