other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
VM_UNMAP_RAM(9) | Memory Management in Linux | VM_UNMAP_RAM(9) |
NAME¶
vm_unmap_ram - unmap linear kernel address space set up by vm_map_ramSYNOPSIS¶
void
vm_unmap_ram(const void * mem,
unsigned int count);
ARGUMENTS¶
memthe pointer returned by vm_map_ram
count
the count passed to that vm_map_ram call
(cannot unmap partial)
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |