Lines Matching defs:queue
98 * value. Otherwise the first element of the packet queue is not
300 /* First get the packet queue for this traceID */
443 * The packet queue is full and we haven't seen a timestamp (had we
444 * seen one the packet queue wouldn't be full). Let the front end
459 cs_etm_decoder__buffer_discontinuity(struct cs_etm_packet_queue *queue,
466 cs_etm_decoder__reset_timestamp(queue);
467 return cs_etm_decoder__buffer_packet(queue, trace_chan_id,
472 cs_etm_decoder__buffer_exception(struct cs_etm_packet_queue *queue,
478 ret = cs_etm_decoder__buffer_packet(queue, trace_chan_id,
483 packet = &queue->packet_buffer[queue->tail];
490 cs_etm_decoder__buffer_exception_ret(struct cs_etm_packet_queue *queue,
493 return cs_etm_decoder__buffer_packet(queue, trace_chan_id,
533 /* First get the packet queue for this traceID */