Searched refs:newleft (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rbtree_augmented.h | 47 bool newleft, struct rb_node **leftmost, 68 struct rb_root_cached *root, bool newleft, in rb_insert_augmented_cached() argument 72 newleft, &root->rb_leftmost, augment->rotate); in rb_insert_augmented_cached()
|
/Linux-v4.19/lib/ |
D | rbtree.c | 98 bool newleft, struct rb_node **leftmost, in __rb_insert() argument 103 if (newleft) in __rb_insert() 492 bool newleft, struct rb_node **leftmost, in __rb_insert_augmented() argument 495 __rb_insert(node, root, newleft, leftmost, augment_rotate); in __rb_insert_augmented()
|