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

/drivers/staging/comedi/
H A Dcomedi_buf.c232 async->buf_read_alloc_count = 0;
385 available = async->munge_count - async->buf_read_alloc_count;
389 async->buf_read_alloc_count += nbytes;
403 return async->buf_read_alloc_count - async->buf_read_count;
H A Dcomedidev.h118 * @buf_read_alloc_count: "allocated for reading" count (in bytes,
177 * The actual members, buf_read_count, buf_read_alloc_count,
200 unsigned int buf_read_alloc_count; member in struct:comedi_async
/drivers/staging/comedi/drivers/
H A Dmite.c557 unsigned int old_alloc_count = async->buf_read_alloc_count;

Completed in 79 milliseconds