Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/lib/
H A Drbtree_test.c24 u32 augmented; member
83 struct test_node, rb, u32, augmented, NODE_VAL) in RB_DECLARE_CALLBACKS_MAX() argument
96 if (parent->augmented < val) in RB_DECLARE_CALLBACKS_MAX()
97 parent->augmented = val; in RB_DECLARE_CALLBACKS_MAX()
104 node->augmented = val; in RB_DECLARE_CALLBACKS_MAX()
121 if (parent->augmented < val) in insert_augmented_cached()
122 parent->augmented = val; in insert_augmented_cached()
131 node->augmented = val; in insert_augmented_cached()
228 rb)->augmented; in check_augmented()
234 rb)->augmented; in check_augmented()
[all …]
H A DKconfig440 augmented rbtree.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drbtree.rst213 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 …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree_augmented.h48 rbtype augmented = rbcompute(node); \
49 if (node->rbaugmented == augmented) \
51 node->rbaugmented = augmented; \
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dsockaddr.c50 struct sockaddr *sa = (struct sockaddr *)arg->augmented.args; in syscall_arg__scnprintf_augmented_sockaddr()
65 if (arg->augmented.args) in syscall_arg__scnprintf_sockaddr()
H A Dbeauty.h111 } augmented; member
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c130 *augmented; member
1472 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1480 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1481 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1491 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
1987 .augmented = { in syscall__scnprintf_args()
2685 .augmented = {
2783 if (evsel == trace->syscalls.events.augmented) {
3549 evlist__remove(trace->evlist, trace->syscalls.events.augmented);
3550 evsel__delete(trace->syscalls.events.augmented);
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dstreaming-par.rst19 not augmented by timestamps or sequence counters, and to avoid
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/
H A DABI.rst29 3) Bindings can be augmented, but the driver shouldn't break when given
/OK3568_Linux_fs/kernel/mm/
H A DKconfig.debug24 use-after-free). The error reports for these checks can be augmented
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxs123 The code produces "u-boot.sb" file. This file needs to be augmented with a
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dpmbus-core.rst40 to PCI code, where generic code is augmented as needed with quirks for all kinds
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf.data-file-format.txt15 augmented with additional events using perf inject.
/OK3568_Linux_fs/buildroot/package/babeltrace2/
H A D0001-configure-simplify-warning-flags-detection.patch201 -# The set of base and enabled flags can be augmented using the
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbfq-iosched.rst239 B-WF2Q+, and implemented using an augmented rb-tree to preserve an
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgprof.info490 augmented by a heuristic which examines the text space of the
1333 A program augmented for basic-block counting can be analyzed with
H A Dstabs.info2461 the struct format outside of the field parts is also augmented.
H A Dgdb.info45612 'augmented-libraries-svr4-read'No '-' No
45730 'augmented-libraries-svr4-read'
45731 The remote stub understands the augmented form of the
46108 augmented form of this packet by supplying an appropriate
46120 If the remote stub indicates it supports the augmented form of
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgprof.info490 augmented by a heuristic which examines the text space of the
1333 A program augmented for basic-block counting can be analyzed with
H A Dstabs.info2461 the struct format outside of the field parts is also augmented.
H A Dgdb.info45612 'augmented-libraries-svr4-read'No '-' No
45730 'augmented-libraries-svr4-read'
45731 The remote stub understands the augmented form of the
46108 augmented form of this packet by supplying an appropriate
46120 If the remote stub indicates it supports the augmented form of
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt2245 compiler has augmented a store with a load in this fashion, and the
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20200118.patch.gz1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/u-boot/
H A DREADME4696 address of the initrd must be augmented by it's size, in the following

12