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
145 * gen_pool_create - create a new special memory pool
149 * Create a new special memory pool that can be used to manage special purpose
170 * gen_pool_add_owner- add a new chunk of special memory to the pool
179 * Add a new chunk of special memory to the specified pool.
235 * gen_pool_destroy - destroy a special memory pool
238 * Destroy the specified special memory pool. Verifies that there are no
264 * gen_pool_alloc_algo_owner - allocate special memory from the pool
328 * gen_pool_dma_alloc - allocate special memory from the pool for DMA usage
347 * gen_pool_dma_alloc_algo - allocate special memory from the pool for DMA
381 * gen_pool_dma_alloc_align - allocate special memory from the pool for DMA
405 * gen_pool_dma_zalloc - allocate special zeroed memory from the pool for
425 * gen_pool_dma_zalloc_algo - allocate special zeroed memory from the pool for
452 * gen_pool_dma_zalloc_align - allocate special zeroed memory from the pool for
476 * gen_pool_free_owner - free allocated special memory back to the pool
482 * Free previously allocated special memory back to the specified
819 * Create a new special memory pool that can be used to manage special purpose