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
144 * gen_pool_create - create a new special memory pool
148 * Create a new special memory pool that can be used to manage special purpose
169 * gen_pool_add_owner- add a new chunk of special memory to the pool
178 * Add a new chunk of special memory to the specified pool.
234 * gen_pool_destroy - destroy a special memory pool
237 * Destroy the specified special memory pool. Verifies that there are no
263 * gen_pool_alloc_algo_owner - allocate special memory from the pool
327 * gen_pool_dma_alloc - allocate special memory from the pool for DMA usage
346 * gen_pool_dma_alloc_algo - allocate special memory from the pool for DMA
380 * gen_pool_dma_alloc_align - allocate special memory from the pool for DMA
404 * gen_pool_dma_zalloc - allocate special zeroed memory from the pool for
424 * gen_pool_dma_zalloc_algo - allocate special zeroed memory from the pool for
451 * gen_pool_dma_zalloc_align - allocate special zeroed memory from the pool for
475 * gen_pool_free_owner - free allocated special memory back to the pool
481 * Free previously allocated special memory back to the specified
818 * Create a new special memory pool that can be used to manage special purpose