uvm_swapout is a static function, not exported. does not belong in uvm.9
This commit is contained in:
parent
434bd12422
commit
f3ca264c1e
|
@ -972,7 +972,6 @@
|
|||
./usr/share/man/cat9/uvm_setpagesize.0
|
||||
./usr/share/man/cat9/uvm_swap_init.0
|
||||
./usr/share/man/cat9/uvm_swapin.0
|
||||
./usr/share/man/cat9/uvm_swapout.0
|
||||
./usr/share/man/cat9/uvm_sysctl.0
|
||||
./usr/share/man/cat9/uvm_useracc.0
|
||||
./usr/share/man/cat9/uvm_vnp_setsize.0
|
||||
|
@ -1965,7 +1964,6 @@
|
|||
./usr/share/man/man9/uvm_setpagesize.9
|
||||
./usr/share/man/man9/uvm_swap_init.9
|
||||
./usr/share/man/man9/uvm_swapin.9
|
||||
./usr/share/man/man9/uvm_swapout.9
|
||||
./usr/share/man/man9/uvm_sysctl.9
|
||||
./usr/share/man/man9/uvm_useracc.9
|
||||
./usr/share/man/man9/uvm_vnp_setsize.9
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.41 1998/05/08 16:18:37 kleink Exp $
|
||||
# $NetBSD: Makefile,v 1.42 1998/05/09 00:48:20 mrg Exp $
|
||||
|
||||
# Makefile for section 9 (kernel function and variable) manual pages.
|
||||
|
||||
|
@ -109,12 +109,11 @@ MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \
|
|||
uvm.9 uvm_km_free_wakeup.9 uvm.9 uvm_pagealloc.9 \
|
||||
uvm.9 uvm_pagerealloc.9 uvm.9 uvm_pagefree.9 uvm.9 uvm_pglistalloc.9 \
|
||||
uvm.9 uvm_pglistfree.9 uvm.9 uvm_page_physload.9 uvm.9 uvm_pageout.9 \
|
||||
uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 uvm.9 uvm_swapout.9 \
|
||||
uvm.9 uao_create.9 uvm.9 uao_detach.9 uvm.9 uao_reference.9 \
|
||||
uvm.9 uvm_chgkprot.9 uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 \
|
||||
uvm.9 uvm_vslock.9 uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 \
|
||||
uvm.9 uvm_sysctl.9 uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 \
|
||||
uvm.9 uvm_coredump.9
|
||||
uvm.9 uvm_scheduler.9 uvm.9 uvm_swapin.9 uvm.9 uao_create.9 \
|
||||
uvm.9 uao_detach.9 uvm.9 uao_reference.9 uvm.9 uvm_chgkprot.9 \
|
||||
uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 uvm.9 uvm_vslock.9 \
|
||||
uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 uvm.9 uvm_sysctl.9 \
|
||||
uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 uvm.9 uvm_coredump.9
|
||||
|
||||
SUBDIR= man9.sun3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: uvm.9,v 1.2 1998/05/08 16:00:49 kleink Exp $
|
||||
.\" $NetBSD: uvm.9,v 1.3 1998/05/09 00:48:20 mrg Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1998 Matthew R. Green
|
||||
.\" All rights reserved.
|
||||
|
@ -684,8 +684,6 @@ on the map before unlocking the map.
|
|||
.Ft void
|
||||
.Fn uvm_swapin "struct proc *p"
|
||||
.Ft void
|
||||
.Fn uvm_swapout "struct proc *p"
|
||||
.nr nS 0
|
||||
|
||||
.Pp
|
||||
.Fn uvm_pageout
|
||||
|
@ -702,10 +700,6 @@ order.
|
|||
.Fn uvm_swapin
|
||||
swaps in the named process.
|
||||
|
||||
.Pp
|
||||
.Fn uvm_swapout
|
||||
swaps out the named process.
|
||||
|
||||
.Pp
|
||||
.Sh MISCELLANEOUS FUNCTIONS
|
||||
|
||||
|
|
Loading…
Reference in New Issue