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

MAXSLP defined in line 18; never used

Usage of this include

vmparam.h used 2 times
Last modified: 1987-05-16
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1663
Valid CSS Valid XHTML 1.0 Strict