Lines Matching defs:tail
52 uint32_t tail; /**< Tail of circular buffer. */
187 * Enqueue a given node to the tail of the graph reel.
220 * Enqueue a given node to the tail of the graph reel.
230 uint32_t tail;
232 tail = graph->tail;
233 graph->cir_start[tail++] = node->off;
234 graph->tail = tail & graph->cir_mask;
242 * Updates the node to tail of graph reel and resizes the number of objects