Home
last modified time | relevance | path

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

12345678910>>...16

/linux/tools/testing/selftests/bpf/progs/
H A Drbtree.c36 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function
65 bpf_rbtree_add(root, &n->node, less); in __add_three()
66 bpf_rbtree_add(root, &m->node, less); in __add_three()
75 bpf_rbtree_add(root, &n->node, less); in __add_three()
109 bpf_rbtree_add(&groot, &n->node, less); in rbtree_add_and_remove()
110 bpf_rbtree_add(&groot, &m->node, less); in rbtree_add_and_remove()
151 bpf_rbtree_add(&groot_array[i], &nodes[i][j]->node, less); in rbtree_add_and_remove_array()
153 bpf_rbtree_add(&groot_array_one[0], &nodes[2][j]->node, less); in rbtree_add_and_remove_array()
214 bpf_rbtree_add(&groot, &n->node, less); in rbtree_first_and_remove()
215 bpf_rbtree_add(&groot, &m->node, less); in rbtree_first_and_remove()
[all …]
H A Drbtree_fail.c20 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()
147 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_add_to_multiple_trees()
150 bpf_rbtree_add(&groot2, &n->node, less); in rbtree_api_add_to_multiple_trees()
172 bpf_rbtree_add(&groot, res, less); in rbtree_api_use_unchecked_remove_retval()
192 bpf_rbtree_add(&groot, &n->node, less); in rbtree_api_add_release_unlock_escape()
238 bpf_rbtree_add(&groot, &node_a->node, less); in less__bad_fn_call_add()
H A Drefcounted_kptr_fail.c23 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()
90 bpf_rbtree_add(&groot, &n->node, less); in rbtree_refcounted_node_ref_escapes_owning_input()
111 bpf_rbtree_add(&groot, &n->node, less); in BPF_PROG()
H A Drefcounted_kptr.c51 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()
H A Dlocal_kptr_stash.c78 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function
176 bpf_rbtree_add(&res->r, &n->node, less); in stash_local_with_root()
/linux/Documentation/ABI/testing/
H A 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.
H A 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/tools/include/linux/
H A 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/Documentation/hwmon/
H A Daspeed-g6-pwm-tach.rst24 The larger divisor, the less rpm accuracy and the less
/linux/include/linux/
H A Drbtree.h177 * comp(a->key,b) < 0 := less(a,b)
178 * comp(a->key,b) > 0 := less(b,a)
179 * comp(a->key,b) == 0 := !less(a,b) && !less(b,a)
193 * @less: operator defining the (partial) node order in rb_add_cached()
199 bool (*less)(struct rb_node *, const struct rb_node *)) in rb_add_cached()
207 if (less(node, parent)) { in rb_add_cached()
223 bool (*less)(struct rb_node *, const struct rb_node *), in rb_add()
231 if (less(node, parent)) in rb_add()
273 * @less in rb_find_add_cached()
[all...]
/linux/crypto/
H A Dalgif_aead.c139 * less buffer space, only use the relative required input size. This in _aead_recvmsg()
145 size_t less = outlen - usedpages; in _aead_recvmsg() local
147 if (used < less + (ctx->enc ? 0 : as)) { in _aead_recvmsg()
151 used -= less; in _aead_recvmsg()
152 outlen -= less; in _aead_recvmsg()
/linux/net/tipc/
H A Dcore.h195 static inline int less(u16 left, u16 right) in less()
202 return !less(val, min) && !more(val, max); in tipc_in_range()
194 static inline int less(u16 left, u16 right) less() function
/linux/Documentation/networking/
H A 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/Documentation/usb/
H A Dohci.rst20 - improved robustness; bugfixes; and less overhead
23 - less code, by using the upper level "hcd" framework
/linux/tools/build/tests/ex/empty2/
H A DREADME2 to test proper nesting into Build-less directories.
/linux/Documentation/admin-guide/mm/
H A 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
162 estimation step. This less forceful approach limits the impacts on the
/linux/drivers/media/rc/img-ir/
H A DKconfig17 less reliable (due to lack of timestamps) and consumes more
26 signals in hardware. This is more reliable, consumes less processing
/linux/Documentation/staging/
H A Dspeculation.rst35 B.LT less
38 less:
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h124 bpf_rbtree_add(head,node,less) global() argument
/linux/arch/arc/
H A DKconfig.debug8 This increases the resident kernel footprint and will cause less
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-ack-per-2pkt-send-5pkt.pkt3 // less than the current cwnd, and not big enough to bump up cwnd.
H A Dtcp_slow_start_slow-start-ack-per-2pkt-send-6pkt.pkt3 // less than the current cwnd, but still big enough that in slow
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dca8210.txt6 - spi-max-frequency: Maximum clock speed, should be *less than*
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst56 on the wire, this may be either more or less than the number
58 However this is a more accurate and less workload-dependent measure
85 to but less than the rate of change of the packets-arrived counter.
/linux/Documentation/arch/openrisc/
H A Dtodo.rst7 the coming months. Here's a list of known-to-be-less-than-stellar items

12345678910>>...16