'\" t
.\"     Title: dma_pool_destroy
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: June 2017
.\"    Manual: Memory Management in Linux
.\"    Source: Kernel Hackers Manual 4.9.30
.\"  Language: English
.\"
.TH "DMA_POOL_DESTROY" "9" "June 2017" "Kernel Hackers Manual 4\&.9\&." "Memory Management in Linux"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
dma_pool_destroy \- destroys a pool of dma memory blocks\&.
.SH "SYNOPSIS"
.HP \w'void\ dma_pool_destroy('u
.BI "void dma_pool_destroy(struct\ dma_pool\ *\ " "pool" ");"
.SH "ARGUMENTS"
.PP
\fIpool\fR
.RS 4
dma pool that will be destroyed
.RE
.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\&.
.SH "COPYRIGHT"
.br
