Lines Matching defs:available
335 * by the space available.
425 * freed space becomes available for allocation by the reader.
486 * subdevice. The amount reserved is limited to the space available. The
489 * the amount of readable data available, but the space needs to be marked as
498 unsigned int available;
500 available = async->munge_count - async->buf_read_alloc_count;
501 if (nbytes > available)
502 nbytes = available;
530 * The freed space becomes available for allocation by the writer.
661 * scan progress. Limit the number of samples read to the number available.
673 /* clamp nsamples to the number of full samples available */