OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_father
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/lib/libc/gen/
rb.c
334
struct rb_node * const
new_father
= old_child;
local in function:rb_tree_reparent_nodes
350
grandpa->rb_nodes[RB_POSITION(old_father)] =
new_father
;
352
new_father
->rb_nodes[other] = new_child;
357
RB_SET_FATHER(
new_father
, grandpa);
358
RB_SET_FATHER(new_child,
new_father
);
361
* Exchange properties between
new_father
and new_child. The only
369
RB_COPY_PROPERTIES(
new_father
, old_father);
373
RB_SWAP_PROPERTIES(
new_father
, new_child);
385
KASSERT(rb_tree_check_node(rbt,
new_father
, NULL, false));
387
KASSERT(RB_ROOT_P(rbt,
new_father
) ||
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025