Home
last modified time | relevance | path

Searched refs:next_ (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/net/altq/
HDaltq_rmclass.c334 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()
HDaltq_rmclass.h159 rm_class_t *next_; /* Next pointer, used if child */ member
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h236 AllocatorStats *next_; variable
245 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()