Home | History | Annotate | Download | only in gen

Lines Matching refs:n_parent

137  * rpst_update_parents: update n_parent of children
147 n->n_children[i]->n_parent = n;
167 t->t_root->n_parent = n;
169 n->n_parent = NULL;
191 n->n_parent = parent;
196 KASSERT(cur->n_parent == parent);
206 n->n_parent = cur->n_parent;
248 struct rpst_node * const parent = n->n_parent;
278 KASSERT(parent == cur->n_parent);
285 KASSERT(c == NULL || c->n_parent == cur);
314 selected->n_parent = parent;
339 * (**) cur->n_parent is bogus.
495 KASSERT(next->n_parent == n);