Searched refs:max_byte_counter (Results 1 – 3 of 3) sorted by relevance
174 dmap->max_byte_counter = 8000 * 60 * 60; in dma_init_buffers()211 dmap->max_byte_counter = 8000 * 60 * 60; in open_dmap()877 if (dmap->byte_counter >= dmap->max_byte_counter) { in DMAbuf_move_wrpointer()974 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_outputintr()996 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_outputintr()1075 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */ in do_inputintr()1106 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()