Searched refs:small_count (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dcyclades.c1017 int small_count; local
1050 while (0 < (small_count = min_t(unsigned int,
1058 small_count);
1060 tx_put = (tx_put + small_count) & (tx_bufsize - 1);
1061 char_count -= small_count;
1062 info->icount.tx += small_count;
1063 info->xmit_cnt -= small_count;
1064 info->xmit_tail = (info->xmit_tail + small_count) &

Completed in 35 milliseconds