Deleted Added
full compact
vm_pageout.h (2112) vm_pageout.h (2177)
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * The Mach Operating System project at Carnegie-Mellon University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 47 unchanged lines hidden (view full) ---

56 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
57 * School of Computer Science
58 * Carnegie Mellon University
59 * Pittsburgh PA 15213-3890
60 *
61 * any improvements or extensions that they make and grant Carnegie the
62 * rights to redistribute these changes.
63 *
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * The Mach Operating System project at Carnegie-Mellon University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 47 unchanged lines hidden (view full) ---

56 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
57 * School of Computer Science
58 * Carnegie Mellon University
59 * Pittsburgh PA 15213-3890
60 *
61 * any improvements or extensions that they make and grant Carnegie the
62 * rights to redistribute these changes.
63 *
64 * $Id: vm_pageout.h,v 1.3 1994/08/02 07:55:34 davidg Exp $
64 * $Id: vm_pageout.h,v 1.4 1994/08/18 22:36:08 wollman Exp $
65 */
66
65 */
66
67#ifndef _VM_VM_PAGEOUT_H_
68#define _VM_VM_PAGEOUT_H_
69
67/*
68 * Header file for pageout daemon.
69 */
70
71/*
72 * Exported data structures.
73 */
74

--- 30 unchanged lines hidden (view full) ---

105}
106
107
108#ifdef KERNEL
109int vm_pageout_scan __P((void));
110void vm_pageout_page __P((vm_page_t, vm_object_t));
111void vm_pageout_cluster __P((vm_page_t, vm_object_t));
112#endif
70/*
71 * Header file for pageout daemon.
72 */
73
74/*
75 * Exported data structures.
76 */
77

--- 30 unchanged lines hidden (view full) ---

108}
109
110
111#ifdef KERNEL
112int vm_pageout_scan __P((void));
113void vm_pageout_page __P((vm_page_t, vm_object_t));
114void vm_pageout_cluster __P((vm_page_t, vm_object_t));
115#endif
116
117#endif