.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCI_POOL_FREE" "" "06 October 2005" "" "" .SH NAME pci_pool_free \- put block back into pci pool .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void pci_pool_free (struct pci_pool * \fIpool\fB, void * \fIvaddr\fB, dma_addr_t \fIdma\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpool\fB\fR the pci pool holding the block .TP \fB\fIvaddr\fB\fR virtual address of block .TP \fB\fIdma\fB\fR dma address of block .SH "DESCRIPTION" .PP Caller promises neither device nor driver will again touch this block unless it is first re-allocated.