/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | rbtree.c | 24 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function 53 bpf_rbtree_add(&groot, &n->node, less); in __add_three() 54 bpf_rbtree_add(&groot, &m->node, less); in __add_three() 63 bpf_rbtree_add(&groot, &n->node, less); in __add_three() 91 bpf_rbtree_add(&groot, &n->node, less); in rbtree_add_and_remove() 92 bpf_rbtree_add(&groot, &m->node, less); in rbtree_add_and_remove() 137 bpf_rbtree_add(&groot, &n->node, less); in rbtree_first_and_remove() 138 bpf_rbtree_add(&groot, &m->node, less); in rbtree_first_and_remove() 139 bpf_rbtree_add(&groot, &o->node, less); in rbtree_first_and_remove() 193 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_release_aliasing()
|
D | rbtree_fail.c | 20 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function 41 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_nolock_add() 56 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_nolock_remove() 89 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_remove_unadded_node() 146 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_add_to_multiple_trees() 149 bpf_rbtree_add(&groot2, &n->node, less); in rbtree_api_add_to_multiple_trees() 171 bpf_rbtree_add(&groot, res, less); in rbtree_api_use_unchecked_remove_retval() 191 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_add_release_unlock_escape() 237 bpf_rbtree_add(&groot, &node_a->node, less); in less__bad_fn_call_add()
|
D | refcounted_kptr_fail.c | 23 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function 45 bpf_rbtree_add(&groot, &n->node, less); in rbtree_refcounted_node_ref_escapes() 71 bpf_rbtree_add(&groot, &n->node, less); in rbtree_refcounted_node_ref_escapes_owning_input() 92 bpf_rbtree_add(&groot, &n->node, less); in BPF_PROG()
|
D | refcounted_kptr.c | 51 static bool less(struct bpf_rb_node *node_a, const struct bpf_rb_node *node_b) in less() function 88 if (bpf_rbtree_add(root, &n->r, less)) { in __insert_in_tree_and_list() 131 if (bpf_rbtree_add(root, &m->r, less)) { in __stash_map_insert_tree() 468 bpf_rbtree_add(&broot, &n->r, less); in rbtree_wrong_owner_remove_fail_b() 518 bpf_rbtree_add(&root, &n->r, less); in BPF_PROG() 552 bpf_rbtree_add(&root, &n->r, less); in BPF_PROG()
|
/Linux-v6.6/include/linux/ |
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()
|
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()
|
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-v6.6/Documentation/ABI/testing/ |
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.
|
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-v6.6/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 120 bool (less)(struct bpf_rb_node *a, const struct bpf_rb_node *b), 124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0) argument
|
/Linux-v6.6/tools/include/linux/ |
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-v6.6/lib/ |
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-v6.6/net/tipc/ |
D | core.h | 195 static inline int less(u16 left, u16 right) in less() function 202 return !less(val, min) && !more(val, max); in tipc_in_range()
|
/Linux-v6.6/Documentation/usb/ |
D | ohci.rst | 20 - improved robustness; bugfixes; and less overhead 23 - less code, by using the upper level "hcd" framework
|
/Linux-v6.6/drivers/iio/temperature/ |
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-v6.6/drivers/net/ethernet/toshiba/ |
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-v6.6/Documentation/networking/ |
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-v6.6/tools/build/tests/ex/empty2/ |
D | README | 2 to test proper nesting into Build-less directories.
|
/Linux-v6.6/crypto/ |
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-v6.6/drivers/media/rc/img-ir/ |
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-v6.6/Documentation/admin-guide/mm/ |
D | multigen_lru.rst | 79 ``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.6/arch/arc/ |
D | Kconfig.debug | 8 This increases the resident kernel footprint and will cause less
|
/Linux-v6.6/Documentation/staging/ |
D | speculation.rst | 35 B.LT less 38 less:
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ieee802154/ |
D | ca8210.txt | 6 - spi-max-frequency: Maximum clock speed, should be *less than*
|
/Linux-v6.6/Documentation/arch/openrisc/ |
D | todo.rst | 7 the coming months. Here's a list of known-to-be-less-than-stellar items
|