.\" 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 "DMA_POOL_DESTROY" "9" "09 October 2005" "" ""
.SH NAME
dma_pool_destroy \- destroys a pool of dma memory blocks.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void dma_pool_destroy (struct dma_pool * \fIpool\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpool\fB\fR
dma pool that will be destroyed
.SH "CONTEXT"
.PP
!\fBin_interrupt\fR
.SH "DESCRIPTION"
.PP
Caller guarantees that no more memory from the pool is in use,
and that nothing will try to use the pool after this call.