Searched refs:parent (Results 1 - 1 of 1) sorted by last modified time

/ipc/
H A Dmqueue.c123 struct rb_node **p, *parent = NULL; local
128 parent = *p;
129 leaf = rb_entry(parent, struct posix_msg_tree_node, rb_node);
149 rb_link_node(&leaf->rb_node, parent, p);
160 struct rb_node **p, *parent = NULL; local
167 parent = *p;
175 if (!parent) {
184 leaf = rb_entry(parent, struct posix_msg_tree_node, rb_node);

Completed in 5 milliseconds