Интерактивная система просмотра системных руководств (man-ов)
vm_map_simplify_entry (9)
>> vm_map_simplify_entry (9) ( FreeBSD man: Ядро )
BSD mandoc
NAME
vm_map_simplify_entry
- simplify a
Vt vm_map_entry
SYNOPSIS
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_map.h>
void
vm_map_simplify_entry (vm_map_t map vm_map_entry_t entry);
DESCRIPTION
The
vm_map_simplify_entry ();
function simplifies the given
Fa entry
by merging with either neighbour.
The
Fa map
must be locked upon entry.
This function also has the ability to merge with both neighbours.
This function guarantees that the passed entry remains valid, although
possibly extended.
SEE ALSO
vm_map9,
vm_map_insert9,
vm_map_remove9
AUTHORS
This manual page was written by
An Bruce M Simpson Aq bms@spc.org .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHORS
-