swap_pager.h (836e5d13605d7f4f84db462c8b447a4311f058b2) swap_pager.h (0a47b48b9f61ddbac24f3f22e1f266acdd493080)
1/*
2 * Copyright (c) 1990 University of Utah.
3 * Copyright (c) 1991 The Regents of the University of California.
4 * All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * the Systems Programming Group of the University of Utah Computer
8 * Science Department.

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

31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 *
38 * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90
1/*
2 * Copyright (c) 1990 University of Utah.
3 * Copyright (c) 1991 The Regents of the University of California.
4 * All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * the Systems Programming Group of the University of Utah Computer
8 * Science Department.

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

31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 *
38 * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90
39 * $Id: swap_pager.h,v 1.14 1996/01/30 23:02:29 mpp Exp $
39 * $Id: swap_pager.h,v 1.15 1996/03/03 21:11:06 dyson Exp $
40 */
41
42/*
43 * Modifications to the block allocation data structure by John S. Dyson
44 * 18 Dec 93.
45 */
46
47#ifndef _SWAP_PAGER_

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

68extern int swap_pager_full;
69extern struct rlisthdr swaplist;
70
71int swap_pager_putpages __P((vm_object_t, vm_page_t *, int, boolean_t, int *));
72int swap_pager_swp_alloc __P((vm_object_t, int));
73void swap_pager_copy __P((vm_object_t, vm_pindex_t, vm_object_t,
74 vm_pindex_t, vm_pindex_t));
75void swap_pager_freespace __P((vm_object_t, vm_pindex_t, vm_size_t));
40 */
41
42/*
43 * Modifications to the block allocation data structure by John S. Dyson
44 * 18 Dec 93.
45 */
46
47#ifndef _SWAP_PAGER_

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

68extern int swap_pager_full;
69extern struct rlisthdr swaplist;
70
71int swap_pager_putpages __P((vm_object_t, vm_page_t *, int, boolean_t, int *));
72int swap_pager_swp_alloc __P((vm_object_t, int));
73void swap_pager_copy __P((vm_object_t, vm_pindex_t, vm_object_t,
74 vm_pindex_t, vm_pindex_t));
75void swap_pager_freespace __P((vm_object_t, vm_pindex_t, vm_size_t));
76void swap_pager_dmzspace __P((vm_object_t, vm_pindex_t, vm_size_t));
76void swap_pager_swap_init __P((void));
77#endif
78
79#endif /* _SWAP_PAGER_ */
77void swap_pager_swap_init __P((void));
78#endif
79
80#endif /* _SWAP_PAGER_ */