Lines Matching refs:tbuf_current
309 unsigned int tbuf_current;
521 printk("tbuf_current=%d\n", info->tbuf_current);
2173 unsigned int i = info->tbuf_current;
2177 * search backwards from last loaded buffer (precedes tbuf_current)
2190 } while (i != info->tbuf_current);
4684 info->tbuf_current = 0;
4697 unsigned int i = info->tbuf_current;
4706 } while (i != info->tbuf_current);
4722 unsigned int i = info->tbuf_current;
4746 } while (i != info->tbuf_current);
4784 * tbuf_current = next free buffer
4792 info->tbuf_start = i = info->tbuf_current;
4822 info->tbuf_current = i;