1: /*
2: * Copyright (c) 1982, 1986 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)vmparam.h 1.1 (2.10BSD Berkeley) 6/5/86
7: */
8:
9: /*
10: * The time for a process to be blocked before being very swappable.
11: * This is a number of seconds which the system takes as being a non-trivial
12: * amount of real time. You probably shouldn't change this;
13: * it is used in subtle ways (fractions and multiples of it are, that is, like
14: * half of a ``long time'', almost a long time, etc.)
15: * It is related to human patience and other factors which don't really
16: * change over time.
17: */
18: #define MAXSLP 20
Defined macros
Usage of this include