.TH "pci_pool_destroy" 9 "pci_pool_destroy" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_pool_destroy \- destroys a pool of pci memory blocks. .SH SYNOPSIS .B "void" pci_pool_destroy .BI "(struct pci_pool *" pool ");" .SH ARGUMENTS .IP "pool" 12 pci pool that will be destroyed .SH "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.