Lines Matching refs:tbuf_current
314 unsigned int tbuf_current;
526 printk("tbuf_current=%d\n", info->tbuf_current);
2183 unsigned int i = info->tbuf_current;
2187 * search backwards from last loaded buffer (precedes tbuf_current)
2200 } while (i != info->tbuf_current);
4723 info->tbuf_current = 0;
4736 unsigned int i = info->tbuf_current;
4745 } while (i != info->tbuf_current);
4761 unsigned int i = info->tbuf_current;
4785 } while (i != info->tbuf_current);
4823 * tbuf_current = next free buffer
4831 info->tbuf_start = i = info->tbuf_current;
4861 info->tbuf_current = i;