• Home
  • Raw
  • Download

Lines Matching full:allocate

211  * @pool: pool to allocate from
264 * gen_pool_alloc_algo_owner - allocate special memory from the pool
265 * @pool: pool to allocate from
266 * @size: number of bytes to allocate from the pool
271 * Allocate the requested number of bytes from the specified pool.
328 * gen_pool_dma_alloc - allocate special memory from the pool for DMA usage
329 * @pool: pool to allocate from
330 * @size: number of bytes to allocate from the pool
333 * Allocate the requested number of bytes from the specified pool.
347 * gen_pool_dma_alloc_algo - allocate special memory from the pool for DMA
349 * @pool: pool to allocate from
350 * @size: number of bytes to allocate from the pool
355 * Allocate the requested number of bytes from the specified pool. Uses the
381 * gen_pool_dma_alloc_align - allocate special memory from the pool for DMA
383 * @pool: pool to allocate from
384 * @size: number of bytes to allocate from the pool
388 * Allocate the requested number bytes from the specified pool, with the given
405 * gen_pool_dma_zalloc - allocate special zeroed memory from the pool for
407 * @pool: pool to allocate from
408 * @size: number of bytes to allocate from the pool
411 * Allocate the requested number of zeroed bytes from the specified pool.
425 * gen_pool_dma_zalloc_algo - allocate special zeroed memory from the pool for
427 * @pool: pool to allocate from
428 * @size: number of bytes to allocate from the pool
433 * Allocate the requested number of zeroed bytes from the specified pool. Uses
452 * gen_pool_dma_zalloc_align - allocate special zeroed memory from the pool for
454 * @pool: pool to allocate from
455 * @size: number of bytes to allocate from the pool
459 * Allocate the requested number of zeroed bytes from the specified pool,
746 * which we can allocate the memory.