VM_UNMAP_RAM

Section: Memory Management in Linux (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

vm_unmap_ram - unmap linear kernel address space set up by vm_map_ram  

SYNOPSIS

void vm_unmap_ram(const void * mem, unsigned int count);
 

ARGUMENTS

mem

the pointer returned by vm_map_ram

count

the count passed to that vm_map_ram call (cannot unmap partial)
 

COPYRIGHT