summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_extern.h')
-rw-r--r--sys/vm/vm_extern.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index 4718eff..25a861a 100644
--- a/sys/vm/vm_extern.h
+++ b/sys/vm/vm_extern.h
@@ -96,7 +96,11 @@ void vm_object_print(/* db_expr_t */ long, boolean_t, /* db_expr_t */ long,
int vm_fault_quick(caddr_t v, int prot);
void vm_proc_new(struct proc *p);
void vm_proc_dispose(struct proc *p);
-void vm_thread_new_altkstack(struct thread *td, int pages);
+void vm_thread_dispose(struct thread *td);
void vm_thread_dispose_altkstack(struct thread *td);
+void vm_thread_new(struct thread *td, int pages);
+void vm_thread_new_altkstack(struct thread *td, int pages);
+void vm_thread_swapin(struct thread *td);
+void vm_thread_swapout(struct thread *td);
#endif /* _KERNEL */
#endif /* !_VM_EXTERN_H_ */
OpenPOWER on IntegriCloud