OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:father
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/gen/
rb.c
394
struct rb_node *
father
= RB_FATHER(self);
local in function:rb_tree_insert_rebalance
395
struct rb_node * grandpa = RB_FATHER(
father
);
402
KASSERT(RB_RED_P(
father
));
409
KASSERT(RB_RED_P(
father
));
414
grandpa = RB_FATHER(
father
);
417
which = (
father
== grandpa->rb_right);
432
RB_MARK_BLACK(
father
);
443
father
= RB_FATHER(self);
445
if (RB_BLACK_P(
father
)) {
456
KASSERT(RB_RED_P(
father
));
501
struct rb_node *
father
= RB_FATHER(self);
local in function:rb_tree_prune_node
706
struct rb_node *
father
= RB_FATHER(self);
local in function:rb_tree_prune_blackred_branch
[
all
...]
rb.c
394
struct rb_node *
father
= RB_FATHER(self);
local in function:rb_tree_insert_rebalance
395
struct rb_node * grandpa = RB_FATHER(
father
);
402
KASSERT(RB_RED_P(
father
));
409
KASSERT(RB_RED_P(
father
));
414
grandpa = RB_FATHER(
father
);
417
which = (
father
== grandpa->rb_right);
432
RB_MARK_BLACK(
father
);
443
father
= RB_FATHER(self);
445
if (RB_BLACK_P(
father
)) {
456
KASSERT(RB_RED_P(
father
));
501
struct rb_node *
father
= RB_FATHER(self);
local in function:rb_tree_prune_node
706
struct rb_node *
father
= RB_FATHER(self);
local in function:rb_tree_prune_blackred_branch
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025