Home
last modified time | relevance | path

Searched full:less (Results 1 – 25 of 4072) sorted by relevance

12345678910>>...163

/kernel/linux/linux-5.10/include/linux/
Dllist.h5 * Lock-less NULL terminated single linked list
66 * init_llist_head - initialize lock-less list head
67 * @head: the head for your lock-less list
101 * llist_for_each - iterate over some deleted entries of a lock-less list
105 * In general, some entries of the lock-less list can be traversed
109 * If being used on entries deleted from lock-less list directly, the
118 * llist_for_each_safe - iterate over some deleted entries of a lock-less list
124 * In general, some entries of the lock-less list can be traversed
128 * If being used on entries deleted from lock-less list directly, the
137 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type
[all …]
Drbtree_latch.h51 * @less: used for insertion; provides the (partial) order between two elements.
56 * comp(a->key,b) < 0 := less(a,b)
57 * comp(a->key,b) > 0 := less(b,a)
58 * comp(a->key,b) == 0 := !less(a,b) && !less(b,a)
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()
Dmin_heap.h24 * @less: Partial order function for this heap.
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()
Dprime_numbers.h17 * @max should be less than ULONG_MAX to ensure termination. To begin with
32 * @max should be less than ULONG_MAX, and @from less than @max, to ensure
/kernel/linux/linux-4.19/include/linux/
Dllist.h4 * Lock-less NULL terminated single linked list
78 * init_llist_head - initialize lock-less list head
79 * @head: the head for your lock-less list
113 * llist_for_each - iterate over some deleted entries of a lock-less list
117 * In general, some entries of the lock-less list can be traversed
121 * If being used on entries deleted from lock-less list directly, the
130 * llist_for_each_safe - iterate over some deleted entries of a lock-less list
136 * In general, some entries of the lock-less list can be traversed
140 * If being used on entries deleted from lock-less list directly, the
149 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type
[all …]
Drbtree_latch.h51 * @less: used for insertion; provides the (partial) order between two elements.
56 * comp(a->key,b) < 0 := less(a,b)
57 * comp(a->key,b) > 0 := less(b,a)
58 * comp(a->key,b) == 0 := !less(a,b) && !less(b,a)
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()
Dprime_numbers.h17 * @max should be less than ULONG_MAX to ensure termination. To begin with
32 * @max should be less than ULONG_MAX, and @from less than @max, to ensure
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Dwlf,arizona.txt15 If present, values must be specified less than or equal to the number of
16 input signals. If values less than the number of input signals, elements
23 indicates a mono output. If present, the number of values should be less
24 than or equal to the number of outputs, if less values are supplied the
30 present, the number of values should be less than or equal to the
37 If present, number of cells must be less than or equal to the number of
38 AIFs. If less than the number of AIFs, for cells that have not been
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/arch/nds32/lib/
Dmemmove.S29 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
58 byte_cpy: ! Less than 4 bytes to copy now
Dmemset.S11 andi $r2, $r2, 3 ! How many bytes are less than a word
12 beqz $p1, byte_set ! When n is less than a word
25 byte_set: ! Less than 4 bytes left to set
/kernel/linux/linux-5.10/arch/nds32/lib/
Dmemmove.S29 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
58 byte_cpy: ! Less than 4 bytes to copy now
/kernel/linux/linux-4.19/drivers/iio/temperature/
DKconfig37 tristate "MLX90614 contact-less infrared sensor"
41 MLX90614 contact-less infrared sensor connected with I2C.
47 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
52 MLX90632 contact-less infrared sensor with medical accuracy
/kernel/linux/linux-5.10/fs/squashfs/
Dxattr_id.c100 * of the compressed xattr id blocks. Each entry should be less than in squashfs_read_xattr_id_table()
102 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1] in squashfs_read_xattr_id_table()
103 * should be less than table_start, and again the difference in squashfs_read_xattr_id_table()
104 * shouls be SQUASHFS_METADATA_SIZE or less. in squashfs_read_xattr_id_table()
106 * Finally xattr_table_start should be less than table[0]. in squashfs_read_xattr_id_table()
/kernel/linux/linux-4.19/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/lib/
Dllist.c3 * Lock-less NULL terminated single linked list
22 * @head: the head for your lock-less list
40 * llist_del_first - delete the first entry of lock-less list
41 * @head: the head for your lock-less list
/kernel/linux/linux-4.19/tools/lib/subcmd/
Dpager.c29 * Work around bug in "less" by not starting it until we in pager_preexec()
41 setenv("LESS", "FRSX", 0); in pager_preexec()
77 if (!(pager || access("/usr/bin/less", X_OK))) in setup_pager()
78 pager = "/usr/bin/less"; in setup_pager()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dpager.c36 * Work around bug in "less" by not starting it until we in pager_preexec()
48 setenv("LESS", "FRSX", 0); in pager_preexec()
86 if (!(pager || access("/usr/bin/less", X_OK))) in setup_pager()
87 pager = "/usr/bin/less"; in setup_pager()
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-power.json10 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
20 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
30 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
40 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
50 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
61 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
72 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
83 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/jaketown/
Duncore-power.json10 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
20 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
30 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
40 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
50 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
61 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
72 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
83 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-power.json10 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
20 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
30 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
40 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
50 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
61 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
72 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
83 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/x86/jaketown/
Duncore-power.json10 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
20 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
30 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
40 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
50 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
61 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
72 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
83 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
/kernel/linux/linux-4.19/lib/
Dllist.c2 * Lock-less NULL terminated single linked list
34 * @head: the head for your lock-less list
52 * llist_del_first - delete the first entry of lock-less list
53 * @head: the head for your lock-less list

12345678910>>...163