Searched refs:augment (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 183 augment->copy(node, successor); in __rb_erase_augmented() 207 augment->copy(node, successor); in __rb_erase_augmented() 208 augment->propagate(parent, successor); in __rb_erase_augmented() 229 augment->propagate(tmp, NULL); in __rb_erase_augmented() 235 const struct rb_augment_callbacks *augment) in rb_erase_augmented() argument 237 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() 239 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/linux-4.1.27/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.1.27/Documentation/driver-model/ |
D | overview.txt | 13 models that were previously used in the kernel. It is intended to augment the
|
/linux-4.1.27/Documentation/hwmon/ |
D | pmbus-core | 120 non-standard PMBus commands to standard commands, or to augment standard
|
/linux-4.1.27/Documentation/ |
D | rbtree.txt | 199 be used to augment some new functionality to rbtree. Augmented rbtree
|