Lines Matching full:special
3 * Basic general purpose allocator for managing special purpose
5 * kmalloc/kfree interface. Uses for this includes on-device special
8 * It is safe to use the allocator in NMI handlers and other special
146 * gen_pool_create - create a new special memory pool
150 * Create a new special memory pool that can be used to manage special purpose
171 * gen_pool_add_owner- add a new chunk of special memory to the pool
180 * Add a new chunk of special memory to the specified pool.
236 * gen_pool_destroy - destroy a special memory pool
239 * Destroy the specified special memory pool. Verifies that there are no
265 * gen_pool_alloc_algo_owner - allocate special memory from the pool
329 * gen_pool_dma_alloc - allocate special memory from the pool for DMA usage
348 * gen_pool_dma_alloc_algo - allocate special memory from the pool for DMA
382 * gen_pool_dma_alloc_align - allocate special memory from the pool for DMA
406 * gen_pool_dma_zalloc - allocate special zeroed memory from the pool for
426 * gen_pool_dma_zalloc_algo - allocate special zeroed memory from the pool for
453 * gen_pool_dma_zalloc_align - allocate special zeroed memory from the pool for
477 * gen_pool_free_owner - free allocated special memory back to the pool
483 * Free previously allocated special memory back to the specified
825 * Create a new special memory pool that can be used to manage special purpose