Lines Matching refs:nxt
476 new->nxt = new->prev = NULL;
527 monitor_q = monitor_q->nxt;
533 new->nxt = found->nxt;
535 if (found->nxt != NULL)
536 found->nxt->prev = new;
537 found->nxt = new;
542 new->nxt = mon_table[hash].sm_monhdp;
544 if (new->nxt != (mon_entry *) NULL)
545 new->nxt->prev = new;
592 next = next->nxt;
614 nl->prev->nxt = nl->nxt;
616 *monitor_q = nl->nxt;
618 if (nl->nxt != NULL)
619 nl->nxt->prev = nl->prev;
696 next = next->nxt;
865 nl = nl->nxt;
881 nl = nl->nxt;