Searched refs:etm_xport_irb_tail (Results 1 – 1 of 1) sorted by relevance
213 static uint8_t *etm_xport_irb_tail = NULL; /* read tail (enqueue) */ variable622 etm_xport_irb_tail = etm_xport_irb_head; in etm_xport_buffered_read()634 if (byte_cnt <= (etm_xport_irb_tail - etm_xport_irb_head)) { in etm_xport_buffered_read()646 n = etm_xport_irb_tail - etm_xport_irb_head; in etm_xport_buffered_read()649 etm_xport_irb_tail = etm_xport_irb_head + n; in etm_xport_buffered_read()676 if ((i = etm_xport_raw_peek(hdl, _conn, etm_xport_irb_tail, in etm_xport_buffered_read()681 if ((n = read(_conn->fd, etm_xport_irb_tail, i)) < 0) { in etm_xport_buffered_read()686 etm_xport_irb_tail += n; in etm_xport_buffered_read()690 n = MIN(byte_cnt, (etm_xport_irb_tail - etm_xport_irb_head)); in etm_xport_buffered_read()1262 if (etm_xport_irb_tail != etm_xport_irb_head) { in etm_xport_fini()[all …]