Searched refs:buf_write_alloc_count (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/comedi/
H A Dcomedidev.h263 * @buf_write_alloc_count: "Allocated for writing" count (in bytes,
332 * munge_count, buf_write_count, and buf_write_alloc_count take the
352 unsigned int buf_write_alloc_count; member in struct:comedi_async
/linux-master/drivers/comedi/drivers/
H A Dmite.c277 old_alloc_count = async->buf_write_alloc_count;
/linux-master/drivers/comedi/
H A Dcomedi_buf.c294 async->buf_write_alloc_count = 0;
317 return free_end - async->buf_write_alloc_count;
348 async->buf_write_alloc_count += nbytes;
411 return async->buf_write_alloc_count - async->buf_write_count;

Completed in 151 milliseconds