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

1993/1105/port/swap.c (diff list | history)

1993/1011/sys/src/9/port/swap.c:115,1261993/1105/sys/src/9/port/swap.c:115,126 (short | long | prev | next)
1992/0628    
		if(p >= ep) 
1992/0303    
			p = proctab(0); 
1991/0705    
 
1993/1105    
		if(p->state == Dead || p->kp) 
			continue; 
 
1993/1008    
		/* don't swap out programs from devroot.c */ 
1993/1011    
		img = p->seg[SG_TEXT]->image; 
		if(img && devchar[img->c->type] == '/') 
1993/1008    
			continue; 
                 
1992/0303    
		if(p->state == Dead || p->kp) 
			continue; 
1992/0130    
 
1992/0303    
		if(swapimage.c) { 


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