Searched refs:new_tail (Results 1 – 5 of 5) sorted by relevance
67 timestamp_list* new_tail; in on_connect() local86 new_tail = static_cast<timestamp_list*>(gpr_malloc(sizeof(timestamp_list))); in on_connect()87 new_tail->timestamp = now; in on_connect()88 new_tail->next = nullptr; in on_connect()90 server->head = new_tail; in on_connect()91 server->tail = new_tail; in on_connect()93 server->tail->next = new_tail; in on_connect()94 server->tail = new_tail; in on_connect()
186 aom_film_grain_table_entry_t *new_tail = aom_malloc(sizeof(*new_tail)); in aom_film_grain_table_append() local187 memset(new_tail, 0, sizeof(*new_tail)); in aom_film_grain_table_append()188 if (t->tail) t->tail->next = new_tail; in aom_film_grain_table_append()189 if (!t->head) t->head = new_tail; in aom_film_grain_table_append()190 t->tail = new_tail; in aom_film_grain_table_append()192 new_tail->start_time = time_stamp; in aom_film_grain_table_append()193 new_tail->end_time = end_time; in aom_film_grain_table_append()194 new_tail->params = *grain; in aom_film_grain_table_append()
363 unsigned int new_tail) in reclaim_rx_buffers() argument370 while (i > new_tail) { in reclaim_rx_buffers()377 while (i < new_tail) { in reclaim_rx_buffers()384 macb->rx_tail = new_tail; in reclaim_rx_buffers()
57 FutexWaitListNode* new_tail = nullptr; in DeleteNodesForIsolate() local67 new_tail = node; in DeleteNodesForIsolate()72 *tail = new_tail; in DeleteNodesForIsolate()
1659 NodeDef* new_tail; in AdvanceTails() local1660 TF_RETURN_IF_ERROR(GetInputNode(tail->input(0), &new_tail)); in AdvanceTails()1662 new_tails->insert(ChainLink(new_tail, link.port_origin)); in AdvanceTails()1664 for (NodeDef* new_tail : ctx().node_map->GetOutputs(tail->name())) { in AdvanceTails()1665 const TensorId tensor = ParseTensorName(new_tail->input(0)); in AdvanceTails()1672 new_tails->insert(ChainLink(new_tail, link.port_origin)); in AdvanceTails()