Home
last modified time | relevance | path

Searched refs:max_byte_counter (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/oss/
Ddmabuf.c172 dmap->max_byte_counter = 8000 * 60 * 60; in dma_init_buffers()
209 dmap->max_byte_counter = 8000 * 60 * 60; in open_dmap()
879 if (dmap->byte_counter >= dmap->max_byte_counter) { in DMAbuf_move_wrpointer()
976 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_outputintr()
998 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_outputintr()
1077 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_inputintr()
1108 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_inputintr()
Ddev_table.h131 unsigned long max_byte_counter; member
Daudio.c650 dmap->max_byte_counter = (dmap->data_rate * 60 * 60) + in reorganize_buffers()