Searched refs:augment (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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-4.4.14/include/linux/ |
D | rbtree_augmented.h | 58 const struct rb_augment_callbacks *augment) in rb_insert_augmented() argument 60 __rb_insert_augmented(node, root, augment->rotate); in rb_insert_augmented() 138 const struct rb_augment_callbacks *augment) in __rb_erase_augmented() argument 186 augment->copy(node, successor); in __rb_erase_augmented() 212 augment->copy(node, successor); in __rb_erase_augmented() 213 augment->propagate(parent, successor); in __rb_erase_augmented() 236 augment->propagate(tmp, NULL); in __rb_erase_augmented() 242 const struct rb_augment_callbacks *augment) in rb_erase_augmented() argument 244 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() 246 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/linux-4.4.14/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-4.4.14/Documentation/driver-model/ |
D | overview.txt | 13 models that were previously used in the kernel. It is intended to augment the
|
/linux-4.4.14/Documentation/hwmon/ |
D | pmbus-core | 120 non-standard PMBus commands to standard commands, or to augment standard
|
/linux-4.4.14/Documentation/ |
D | rbtree.txt | 199 be used to augment some new functionality to rbtree. Augmented rbtree
|