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

1994/0515/port/segment.c (diff list | history)

1994/0515/sys/src/9/port/segment.c:273,2801994/0602/sys/src/9/port/segment.c:273,280 (short | long | prev | next)
1991/0706    
 
1992/0404    
	lock(&palloc); 
	for(p = palloc.head; p; p = p->next) { 
1992/0822    
		if(p->image && p->ref == 0 && p->image != &swapimage && canlock(p)) { 
1992/0225    
			if(p->ref == 0) 
1994/0602    
		if(p->ref == 0 && p->image && canlock(p)) { 
			if(p->ref == 0 && p->image != &swapimage) 
1992/0404    
				uncachepage(p); 
1992/0625    
			unlock(p); 
1992/0314    
		} 


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