tx_holding_buffers 240 drivers/tty/synclink.c struct tx_holding_buffer tx_holding_buffers[MAX_TX_HOLDING_BUFFERS]; tx_holding_buffers 3903 drivers/tty/synclink.c memset(info->tx_holding_buffers,0,sizeof(info->tx_holding_buffers)); tx_holding_buffers 3906 drivers/tty/synclink.c info->tx_holding_buffers[i].buffer = tx_holding_buffers 3908 drivers/tty/synclink.c if (info->tx_holding_buffers[i].buffer == NULL) { tx_holding_buffers 3910 drivers/tty/synclink.c kfree(info->tx_holding_buffers[i].buffer); tx_holding_buffers 3911 drivers/tty/synclink.c info->tx_holding_buffers[i].buffer = NULL; tx_holding_buffers 3936 drivers/tty/synclink.c kfree(info->tx_holding_buffers[i].buffer); tx_holding_buffers 3937 drivers/tty/synclink.c info->tx_holding_buffers[i].buffer = NULL; tx_holding_buffers 3970 drivers/tty/synclink.c &info->tx_holding_buffers[info->get_tx_holding_index]; tx_holding_buffers 4015 drivers/tty/synclink.c ptx = &info->tx_holding_buffers[info->put_tx_holding_index];