Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/comedi/
Dcomedi_buf.c296 async->buf_read_alloc_count = 0; in comedi_buf_reset()
500 available = async->munge_count - async->buf_read_alloc_count; in comedi_buf_read_alloc()
504 async->buf_read_alloc_count += nbytes; in comedi_buf_read_alloc()
518 return async->buf_read_alloc_count - async->buf_read_count; in comedi_buf_read_n_allocated()
/linux-6.1.9/include/linux/comedi/
Dcomedidev.h354 unsigned int buf_read_alloc_count; member
/linux-6.1.9/drivers/comedi/drivers/
Dmite.c308 unsigned int old_alloc_count = async->buf_read_alloc_count; in mite_sync_output_dma()