Searched refs:augment (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rbtree_augmented.h | 61 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument 63 __rb_insert_augmented(node, root, false, NULL, augment->rotate); in rb_insert_augmented() 69 const struct rb_augment_callbacks *augment) in rb_insert_augmented_cached() argument 72 newleft, &root->rb_leftmost, augment->rotate); in rb_insert_augmented_cached() 166 const struct rb_augment_callbacks *augment) in __rb_erase_augmented() argument 217 augment->copy(node, successor); in __rb_erase_augmented() 243 augment->copy(node, successor); in __rb_erase_augmented() 244 augment->propagate(parent, successor); in __rb_erase_augmented() 267 augment->propagate(tmp, NULL); in __rb_erase_augmented() 273 const struct rb_augment_callbacks *augment) in rb_erase_augmented() argument [all …]
|
/Linux-v4.19/tools/include/linux/ |
D | rbtree_augmented.h | 61 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument 63 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented() 141 const struct rb_augment_callbacks *augment) in __rb_erase_augmented() argument 186 augment->copy(node, successor); in __rb_erase_augmented() 210 augment->copy(node, successor); in __rb_erase_augmented() 211 augment->propagate(parent, successor); in __rb_erase_augmented() 232 augment->propagate(tmp, NULL); in __rb_erase_augmented() 238 const struct rb_augment_callbacks *augment) in rb_erase_augmented() argument 240 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() 242 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-inject.txt | 6 perf-inject - Filter to augment the events stream with additional information 21 needs userspace processing to augment the events stream with additional
|
/Linux-v4.19/Documentation/acpi/ |
D | ssdt-overlays.txt | 3 boards) we need a way to augment the ACPI configuration provided by the firmware 13 way to augment firmware ACPI configuration is by dynamically loading
|
/Linux-v4.19/Documentation/ |
D | atomic_t.txt | 173 only apply to the RMW ops and can be used to augment/upgrade the ordering
|
D | rbtree.txt | 235 be used to augment some new functionality to rbtree. Augmented rbtree
|
/Linux-v4.19/Documentation/driver-model/ |
D | overview.txt | 13 models that were previously used in the kernel. It is intended to augment the
|
/Linux-v4.19/Documentation/hwmon/ |
D | pmbus-core | 120 non-standard PMBus commands to standard commands, or to augment standard
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4631 [USB] A list of quirk entries to augment the built-in
|