Lines Matching refs:next
360 struct _channelitem *next;
372 item->next = NULL;
384 item->next = NULL;
399 item = item->next;
463 queue->last->next = item;
476 queue->first = item->next;
490 struct _channelend *next;
503 end->next = NULL;
520 end = end->next;
535 end = end->next;
605 prev->next = end;
698 for (end = ends->send; end != NULL; end = end->next) {
703 for (end = ends->recv; end != NULL; end = end->next) {
876 struct _channelref *next;
889 ref->next = NULL;
899 // ref->next = NULL;
923 ref = ref->next;
1019 ref->next = channels->head;
1098 channels->head = ref->next;
1101 prev->next = ref->next;
1191 for (int64_t i=0; ref != NULL; ref = ref->next, i++) {
1348 // Pop off the next item from the channel.