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

/linux-master/drivers/comedi/
H A Dcomedi_buf.c296 async->buf_read_alloc_count = 0;
500 available = async->munge_count - async->buf_read_alloc_count;
504 async->buf_read_alloc_count += nbytes;
518 return async->buf_read_alloc_count - async->buf_read_count;
/linux-master/include/linux/comedi/
H A Dcomedidev.h266 * @buf_read_alloc_count: "Allocated for reading" count (in bytes,
331 * The actual members, buf_read_count, buf_read_alloc_count,
354 unsigned int buf_read_alloc_count; member in struct:comedi_async
/linux-master/drivers/comedi/drivers/
H A Dmite.c308 unsigned int old_alloc_count = async->buf_read_alloc_count;

Completed in 126 milliseconds