/linux/include/linux/ |
A D | rbtree_latch.h | 65 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()
|
A D | min_heap.h | 29 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()
|
A D | rbtree.h | 166 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/Documentation/devicetree/bindings/sound/ |
A D | wlf,arizona.yaml | 30 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
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-light-si1133 | 5 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.
|
A D | sysfs-bus-iio-light-isl29018 | 14 The sign bit is extended for resolutions less than 16. While 16 is less affected by the ambient IR noise variation.
|
/linux/arch/nds32/lib/ |
A D | memmove.S | 29 andi $r2, $r2, #3 ! How many bytes are less than a word 31 beqz $p1, byte_cpy ! When n is less than a word 44 andi $r2, $r2, #3 ! How many bytes are less than a word 46 beqz $p1, reverse_byte_cpy ! When n is less than a word
|
A D | clear_user.S | 21 andi $r1, $r1, #3 ! Bytes less than a word to copy 22 beqz $p0, byte_clear ! Only less than a word to clear
|
A D | memset.S | 11 andi $r2, $r2, 3 ! How many bytes are less than a word 12 beqz $p1, byte_set ! When n is less than a word
|
/linux/tools/include/linux/ |
A D | rbtree.h | 179 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/lib/ |
A D | test_min_heap.c | 73 .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/drivers/iio/temperature/ |
A D | Kconfig | 58 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/Documentation/networking/ |
A D | plip.rst | 77 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/net/tipc/ |
A D | core.h | 195 static inline int less(u16 left, u16 right) in less() function 202 return !less(val, min) && !more(val, max); in in_range()
|
/linux/Documentation/usb/ |
A D | ohci.rst | 20 - improved robustness; bugfixes; and less overhead 23 - less code, by using the upper level "hcd" framework
|
/linux/Documentation/devicetree/bindings/devfreq/ |
A D | rk3399_dmc.txt | 65 When DDR frequency is less than DRAM_DLL_DISB_FREQ, 70 MHz (Mega Hz). When DDR frequency is less than 76 when the DDR frequency is less then ddr3_odt_dis_freq, 102 When DDR frequency is less then ddr3_odt_dis_freq, 128 MHz (Mega Hz). When the DDR frequency is less then
|
/linux/drivers/net/ethernet/toshiba/ |
A D | Kconfig | 37 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/crypto/ |
A D | algif_aead.c | 171 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/tools/build/tests/ex/empty2/ |
A D | README | 2 to test proper nesting into Build-less directories.
|
/linux/drivers/media/rc/img-ir/ |
A D | Kconfig | 17 less reliable (due to lack of timestamps) and consumes more 26 signals in hardware. This is more reliable, consumes less processing
|
/linux/Documentation/staging/ |
A D | speculation.rst | 35 B.LT less 38 less:
|
/linux/arch/arc/ |
A D | Kconfig.debug | 8 This increases the resident kernel footprint and will cause less
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
A D | ti,dac7512.yaml | 21 Maximum frequency is reduced for supply voltage of less than 3.6V
|
/linux/Documentation/devicetree/bindings/i2c/ |
A D | socionext,uniphier-i2c.yaml | 7 title: UniPhier I2C controller (FIFO-less)
|
/linux/arch/x86/crypto/ |
A D | crc32c-pcl-intel-asm_64.S | 113 ## If len is less than 8 and we're unaligned, we need to jump 254 # len is less than 8 if we got here
|