Searched refs:buf_read_alloc_count (Results 1 – 3 of 3) sorted by relevance
672 if ((int)(async->buf_read_alloc_count + nbytes - async->munge_count) > in comedi_buf_read_alloc()674 nbytes = async->munge_count - async->buf_read_alloc_count; in comedi_buf_read_alloc()676 async->buf_read_alloc_count += nbytes; in comedi_buf_read_alloc()691 async->buf_read_alloc_count) > 0) { in comedi_buf_read_free()694 nbytes = async->buf_read_alloc_count - async->buf_read_count; in comedi_buf_read_free()803 async->buf_read_alloc_count = 0; in comedi_reset_async_buf()
153 unsigned int buf_read_alloc_count; member428 return async->buf_read_alloc_count - async->buf_read_count; in comedi_buf_read_n_allocated()
614 old_alloc_count = async->buf_read_alloc_count; in mite_sync_output_dma()