plan 9 kernel history: overview | file list | diff list

1992/1209/port/swap.c (diff list | history)

1992/0913/sys/src/9/port/swap.c:14,201992/1209/sys/src/9/port/swap.c:14,20 (short | long | prev | next)
1991/0705    
 
enum 
{ 
1992/0905    
	Maxpages = 500,	/* Max number of pageouts per segment pass */ 
1992/1209    
	Maxpages = SEGMAXSIZE/BY2PG,	/* Max # of pageouts per segment pass */ 
1991/0705    
}; 
 
1992/0910    
	Image 	swapimage; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)