Lines Matching full:allocation
32 MODULE_PARM_DESC(max_alloc_per_card, "Max total allocation bytes per card.");
289 * snd_pcm_lib_preallocate_pages - pre-allocation for the given DMA type
293 * @size: the requested pre-allocation size in bytes
294 * @max: the max. allowed pre-allocation size
296 * Do pre-allocation for the given DMA buffer type.
307 …* snd_pcm_lib_preallocate_pages_for_all - pre-allocation for continuous memory type (all substream…
311 * @size: the requested pre-allocation size in bytes
312 * @max: the max. allowed pre-allocation size
314 * Do pre-allocation to all substreams of the given pcm for the
330 * @size: the requested pre-allocation size in bytes
331 * @max: the max. allowed pre-allocation size
333 * Do pre-allocation for the given DMA buffer type, and set the managed
334 * buffer allocation mode to the given substream.
337 * as well, so that the driver doesn't need to invoke the allocation and
345 * Otherwise, the function tries to allocate smaller chunks if the allocation
352 * Upon successful buffer allocation and setup, the function returns 0.
369 * @size: the requested pre-allocation size in bytes
370 * @max: the max. allowed pre-allocation size
372 * Do pre-allocation to all substreams of the given pcm for the specified DMA