pci_pool_destroy(9)
NAME
pci_pool_destroy - destroys a pool of pci memory blocks.
SYNOPSIS
void pci_pool_destroy (struct pci_pool *pool);
ARGUMENTS
pool pci pool that will be destroyed
DESCRIPTION
- Caller guarantees that no more memory from the pool is in
use, and that nothing will try to use the pool after this
call.