tx_holding_count  239 drivers/tty/synclink.c 	int tx_holding_count;		/* number of tx holding buffers waiting */
tx_holding_count 2121 drivers/tty/synclink.c 			if (info->tx_holding_count >= info->num_tx_holding_buffers ) {
tx_holding_count 3942 drivers/tty/synclink.c 	info->tx_holding_count = 0;
tx_holding_count 3965 drivers/tty/synclink.c 	if ( info->tx_holding_count ) {
tx_holding_count 3980 drivers/tty/synclink.c 			--info->tx_holding_count;
tx_holding_count 4011 drivers/tty/synclink.c 	if ( info->tx_holding_count >= info->num_tx_holding_buffers ) {
tx_holding_count 4019 drivers/tty/synclink.c 	++info->tx_holding_count;
tx_holding_count 6329 drivers/tty/synclink.c 	info->tx_holding_count = 0;