Searched refs:tolist (Results 1 – 3 of 3) sorted by relevance
251 #define QUEUE_CONCAT2(tolist, fromlist1, fromlist2) do { \ argument254 mtx_lock(tolist##_lock); \255 _wakeup = TAILQ_EMPTY(tolist); \257 TAILQ_CONCAT((tolist), (fromlist1), adr_next); \260 TAILQ_CONCAT((tolist), (fromlist2), adr_next); \262 mtx_unlock(tolist##_lock); \264 cv_signal(tolist##_cond); \
365 iidesc_t **tolist; in sort_iidescs() local383 tolist = iiburst->iib_objts; in sort_iidescs()387 tolist = iiburst->iib_funcs; in sort_iidescs()400 tolist[*curr] = iidesc; in sort_iidescs()422 tolist[*curr] = copy_from_strong(td, &sym, in sort_iidescs()424 tolist[*curr]->ii_flags |= IIDESC_F_USED; in sort_iidescs()
420 fixhead(struct header *hp, struct name *tolist) in fixhead() argument427 for (np = tolist; np != NULL; np = np->n_flink) { in fixhead()