Lines Matching defs:new_tail
880 uint64_t current_head, new_tail;
901 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) %
904 if (new_tail == current_head) {
4336 uint64_t tx_head, tx_tail, new_tail;
4392 new_tail = (tx_tail + LDC_PACKET_SIZE) &
4395 if (new_tail == tx_head) {
4412 tx_tail = new_tail;
4467 uint64_t tx_head, tx_tail, new_tail, start;
4515 new_tail = (tx_tail + LDC_PACKET_SIZE) %
4524 if (new_tail == tx_head) {