Searched refs:TX_MOVEABLE (Results 1 – 1 of 1) sorted by relevance
1564 #define TX_MOVEABLE(g, p, s) (((g) > (p)) ? ((g) - (p) - 1) : ((s) - (p))) macro1588 while ((tp->t_outq.c_cc > 0) && ((move = TX_MOVEABLE(get, put, size)))){ in cztty_transmit()