Searched refs:next_ (Results 1 – 3 of 3) sorted by relevance
334 cl->next_ = parent->children_; in rmc_newclass()515 t = t->next_; in rmc_depth_recompute()537 t = t->next_; in rmc_depth_recompute()581 if (head->next_ == NULL) { in rmc_delete_class()588 cl->parent_->children_ = cl->next_; in rmc_delete_class()590 previous->next_ = cl->next_; in rmc_delete_class()591 cl->next_ = NULL; in rmc_delete_class()595 p = p->next_; in rmc_delete_class()871 p = p->next_; in rmc_satisfied()
159 rm_class_t *next_; /* Next pointer, used if child */ member
236 AllocatorStats *next_; variable245 next_ = this; in InitLinkerInitialized()255 s->next_ = next_; in Register()257 next_->prev_ = s; in Register()258 next_ = s; in Register()263 s->prev_->next_ = s->next_; in Unregister()264 s->next_->prev_ = s->prev_; in Unregister()276 stats = stats->next_; in Get()