Lines Matching refs:allocated
31 * DMA buffer was allocated as a single block.
101 * Currently, the DMA buffer needs to be allocated as a
166 * DMA buffer was allocated as a single block.
239 /* only want it if buffer pages allocated */
433 unsigned int allocated = comedi_buf_write_n_allocated(s);
435 if (nbytes > allocated)
436 nbytes = allocated;
538 unsigned int allocated;
546 allocated = comedi_buf_read_n_allocated(async);
547 if (nbytes > allocated)
548 nbytes = allocated;