Searched refs:max_byte_counter (Results 1 – 3 of 3) sorted by relevance
172 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()
131 unsigned long max_byte_counter; member
650 dmap->max_byte_counter = (dmap->data_rate * 60 * 60) + in reorganize_buffers()