set_dma_reserve(9) suse man page | unix.com

Man Page: set_dma_reserve

Operating Environment: suse

Section: 9

SET_DMA_RESERVE(9)					    Memory Management in Linux						SET_DMA_RESERVE(9)

NAME
set_dma_reserve - set the specified number of pages reserved in the first zone
SYNOPSIS
void set_dma_reserve(unsigned long new_dma_reserve);
ARGUMENTS
new_dma_reserve The number of pages to mark reserved
DESCRIPTION
The per-cpu batchsize and zone watermarks are determined by present_pages. In the DMA zone, a significant percentage may be consumed by kernel image and other unfreeable allocations which can skew the watermarks badly. This function may optionally be used to account for unfreeable pages in the first zone (e.g., ZONE_DMA). The effect will be lower watermarks and smaller per-cpu batchsize.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SET_DMA_RESERVE(9)
Related Man Pages
malloc_zone_memalign(3) - mojave
malloc_default_zone(3) - mojave
malloc_zone_calloc(3) - mojave
nbp_name(3) - redhat
malloc_zone_realloc(3) - osx
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com