tbuf_current      340 drivers/tty/synclink_gt.c 	unsigned int tbuf_current;
tbuf_current      581 drivers/tty/synclink_gt.c 	printk("tbuf_current=%d\n", info->tbuf_current);
tbuf_current     2239 drivers/tty/synclink_gt.c 	unsigned int i = info->tbuf_current;
tbuf_current     2256 drivers/tty/synclink_gt.c 	} while (i != info->tbuf_current);
tbuf_current     4775 drivers/tty/synclink_gt.c 	info->tbuf_current = 0;
tbuf_current     4788 drivers/tty/synclink_gt.c 	unsigned int i = info->tbuf_current;
tbuf_current     4797 drivers/tty/synclink_gt.c 	} while (i != info->tbuf_current);
tbuf_current     4813 drivers/tty/synclink_gt.c 	unsigned int i = info->tbuf_current;
tbuf_current     4837 drivers/tty/synclink_gt.c 	} while (i != info->tbuf_current);
tbuf_current     4883 drivers/tty/synclink_gt.c 	info->tbuf_start = i = info->tbuf_current;
tbuf_current     4913 drivers/tty/synclink_gt.c 	info->tbuf_current = i;