Home
last modified time | relevance | path

Searched refs:augmented (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/lib/
Drbtree_test.c23 u32 augmented; member
84 rb)->augmented; in augment_recompute()
90 rb)->augmented; in augment_recompute()
98 u32, augmented, augment_recompute) in RB_DECLARE_CALLBACKS() argument
111 if (parent->augmented < val) in RB_DECLARE_CALLBACKS()
112 parent->augmented = val; in RB_DECLARE_CALLBACKS()
119 node->augmented = val; in RB_DECLARE_CALLBACKS()
136 if (parent->augmented < val) in insert_augmented_cached()
137 parent->augmented = val; in insert_augmented_cached()
146 node->augmented = val; in insert_augmented_cached()
[all …]
DKconfig394 augmented rbtree.
/Linux-v4.19/Documentation/
Drbtree.txt213 which permits augmented trees to be supported as well as only a few extra
220 Both insert and erase calls have their respective counterpart of augmented
241 C files implementing augmented rbtree manipulation must include
249 On insertion, the user must update the augmented information on the path
253 a user provided function to update the augmented information on the
258 to updated the augmented information on affected subtrees.
263 - A propagation callback, which updates the augmented value for a given
267 - A copy callback, which copies the augmented value for a given subtree
270 - A tree rotation callback, which copies the augmented value for a given
271 subtree to a newly assigned subtree root AND recomputes the augmented
[all …]
/Linux-v4.19/tools/include/linux/
Drbtree_augmented.h73 rbtype augmented = rbcompute(node); \
74 if (node->rbaugmented == augmented) \
76 node->rbaugmented = augmented; \
/Linux-v4.19/include/linux/
Drbtree_augmented.h82 rbtype augmented = rbcompute(node); \
83 if (node->rbaugmented == augmented) \
85 node->rbaugmented = augmented; \
/Linux-v4.19/Documentation/media/uapi/v4l/
Dstreaming-par.rst18 not augmented by timestamps or sequence counters, and to avoid
Dvidioc-g-parm.rst42 :ref:`write() <func-write>`, which are not augmented by timestamps or sequence
/Linux-v4.19/Documentation/devicetree/bindings/
DABI.txt26 3) Bindings can be augmented, but the driver shouldn't break when given
/Linux-v4.19/tools/perf/Documentation/
Dperf.data-file-format.txt15 augmented with additional events using perf inject.
/Linux-v4.19/Documentation/hwmon/
Dpmbus-core39 to PCI code, where generic code is augmented as needed with quirks for all kinds
/Linux-v4.19/tools/perf/
Dbuiltin-trace.c81 *augmented; member
2045 if (evsel == trace->syscalls.events.augmented) in trace__event_handler()
3283 trace.syscalls.events.augmented = evsel; in cmd_trace()
/Linux-v4.19/Documentation/block/
Dbfq-iosched.txt218 B-WF2Q+, and implemented using an augmented rb-tree to preserve an
/Linux-v4.19/Documentation/blockdev/
DREADME.DAC960299 augmented to include the vendor, model, revision, and serial number (if
/Linux-v4.19/Documentation/scheduler/
Dsched-deadline.txt42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)