Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/comedi/
Ddrivers.c671 if ((int)(async->buf_read_alloc_count + nbytes - async->munge_count) > in comedi_buf_read_alloc()
673 nbytes = async->munge_count - async->buf_read_alloc_count; in comedi_buf_read_alloc()
675 async->buf_read_alloc_count += nbytes; in comedi_buf_read_alloc()
690 async->buf_read_alloc_count) > 0) { in comedi_buf_read_free()
693 nbytes = async->buf_read_alloc_count - async->buf_read_count; in comedi_buf_read_free()
802 async->buf_read_alloc_count = 0; in comedi_reset_async_buf()
Dcomedidev.h153 unsigned int buf_read_alloc_count; member
429 return async->buf_read_alloc_count - async->buf_read_count; in comedi_buf_read_n_allocated()
/linux-3.4.99/drivers/staging/comedi/drivers/
Dmite.c613 old_alloc_count = async->buf_read_alloc_count; in mite_sync_output_dma()