/openbmc/linux/lib/ |
H A D | rbtree_test.c | 24 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 D | Kconfig | 477 augmented rbtree.
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | timespec.c | 10 struct timespec *ts = (struct timespec *)arg->augmented.args; in syscall_arg__scnprintf_augmented_timespec() 17 if (arg->augmented.args) in syscall_arg__scnprintf_timespec()
|
H A D | sockaddr.c | 50 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 D | perf_event_open.c | 79 return perf_event_attr___scnprintf((void *)arg->augmented.args, bf, size, arg->trace->show_zeros); in syscall_arg__scnprintf_augmented_perf_event_attr() 84 if (arg->augmented.args) in syscall_arg__scnprintf_perf_event_attr()
|
H A D | beauty.h | 112 } augmented; member
|
/openbmc/linux/Documentation/core-api/ |
H A D | rbtree.rst | 213 which permits augmented trees to be supported as well as only a few extra 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 283 Interval tree is an example of augmented rb tree. Reference - [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | rbtree_augmented.h | 47 rbtype augmented = rbcompute(node); \ 48 if (node->rbaugmented == augmented) \ 50 node->rbaugmented = augmented; \
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | streaming-par.rst | 19 not augmented by timestamps or sequence counters, and to avoid
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | ABI.rst | 29 3) Bindings can be augmented, but the driver shouldn't break when given
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 1510 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string() 1518 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string() 1519 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string() 1529 if (arg->augmented.args) in syscall_arg__scnprintf_filename() 2043 .augmented = { in syscall__scnprintf_args() 2748 .augmented = { 4968 struct evsel *augmented = trace.syscalls.events.bpf_output; local 4969 if (evsel__init_augmented_syscall_tp(augmented, evsel) || 4970 evsel__init_augmented_syscall_tp_args(augmented)) 4977 augmented->handler = trace__sys_enter;
|
/openbmc/hiomapd/ |
H A D | README.md | 44 augmented to support partition/filesystem abstraction. This is complex and
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | deterministic_automata.rst | 55 For example, the 'wip' automata can be presented as (augmented with comments)::
|
/openbmc/linux/Documentation/mm/ |
H A D | page_tables.rst | 148 compile-time augmented to just skip a level when accessing the next lower
|
/openbmc/linux/mm/ |
H A D | Kconfig.debug | 24 use-after-free). The error reports for these checks can be augmented
|
/openbmc/u-boot/doc/imx/common/ |
H A D | mxs.txt | 123 The code produces "u-boot.sb" file. This file needs to be augmented with a
|
/openbmc/linux/Documentation/hwmon/ |
H A D | pmbus-core.rst | 40 to PCI code, where generic code is augmented as needed with quirks for all kinds
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf.data-file-format.txt | 15 augmented with additional events using perf inject.
|
/openbmc/linux/Documentation/block/ |
H A D | bfq-iosched.rst | 239 B-WF2Q+, and implemented using an augmented rb-tree to preserve an
|
/openbmc/u-boot/common/ |
H A D | Kconfig | 636 address of the initrd must be augmented by it's size, in the following
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 2489 compiler has augmented a store with a load in this fashion, and the
|
/openbmc/u-boot/ |
H A D | README | 4421 address of the initrd must be augmented by it's size, in the following
|