dmam_pool_create(9) centos man page | unix.com

Man Page: dmam_pool_create

Operating Environment: centos

Section: 9

DMAM_POOL_CREATE(9)					    Memory Management in Linux					       DMAM_POOL_CREATE(9)

NAME
dmam_pool_create - Managed dma_pool_create
SYNOPSIS
struct dma_pool * dmam_pool_create(const char * name, struct device * dev, size_t size, size_t align, size_t allocation);
ARGUMENTS
name name of pool, for diagnostics dev device that will be doing the DMA size size of the blocks in this pool. align alignment requirement for blocks; must be a power of two allocation returned blocks won't cross this boundary (or zero)
DESCRIPTION
Managed dma_pool_create. DMA pool created with this function is automatically destroyed on driver detach.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DMAM_POOL_CREATE(9)
Related Man Pages
kmem_cache_create(9) - suse
pool_init(9) - netbsd
thin_rmap(8) - centos
posix_memalign(3) - mojave
posix_memalign(3) - osx
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Tar Command
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq