buf_write_alloc_count  295 drivers/staging/comedi/comedi_buf.c 	async->buf_write_alloc_count = 0;
buf_write_alloc_count  318 drivers/staging/comedi/comedi_buf.c 	return free_end - async->buf_write_alloc_count;
buf_write_alloc_count  349 drivers/staging/comedi/comedi_buf.c 	async->buf_write_alloc_count += nbytes;
buf_write_alloc_count  412 drivers/staging/comedi/comedi_buf.c 	return async->buf_write_alloc_count - async->buf_write_count;
buf_write_alloc_count  353 drivers/staging/comedi/comedidev.h 	unsigned int buf_write_alloc_count;
buf_write_alloc_count  278 drivers/staging/comedi/drivers/mite.c 	old_alloc_count = async->buf_write_alloc_count;