Searched refs:augmented (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/lib/ |
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 …]
|
D | Kconfig | 419 augmented rbtree.
|
/Linux-v5.4/Documentation/ |
D | rbtree.txt | 213 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-v5.4/tools/perf/trace/beauty/ |
D | sockaddr.c | 57 struct sockaddr *sa = (struct sockaddr *)arg->augmented.args; in syscall_arg__scnprintf_augmented_sockaddr() 72 if (arg->augmented.args) in syscall_arg__scnprintf_sockaddr()
|
D | beauty.h | 100 } augmented; member
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | streaming-par.rst | 25 not augmented by timestamps or sequence counters, and to avoid
|
D | vidioc-g-parm.rst | 49 :ref:`write() <func-write>`, which are not augmented by timestamps or sequence
|
/Linux-v5.4/tools/perf/ |
D | builtin-trace.c | 102 *augmented; member 1268 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string() 1276 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string() 1277 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string() 1287 if (arg->augmented.args) in syscall_arg__scnprintf_filename() 1712 .augmented = { in syscall__scnprintf_args() 2384 if (evsel == trace->syscalls.events.augmented) { in trace__event_handler() 4226 trace.syscalls.events.augmented = evsel; in cmd_trace() 4313 if (trace.syscalls.events.augmented) { in cmd_trace() 4322 if (trace.syscalls.events.augmented->priv == NULL && in cmd_trace() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/ |
D | ABI.txt | 26 3) Bindings can be augmented, but the driver shouldn't break when given
|
/Linux-v5.4/mm/ |
D | Kconfig.debug | 24 use-after-free). The error reports for these checks can be augmented
|
/Linux-v5.4/Documentation/hwmon/ |
D | pmbus-core.rst | 40 to PCI code, where generic code is augmented as needed with quirks for all kinds
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 15 augmented with additional events using perf inject.
|
/Linux-v5.4/Documentation/block/ |
D | bfq-iosched.rst | 239 B-WF2Q+, and implemented using an augmented rb-tree to preserve an
|
/Linux-v5.4/Documentation/scheduler/ |
D | sched-deadline.rst | 42 algorithm, augmented with a mechanism (called Constant Bandwidth Server, CBS)
|