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

2001/0530/port/cache.c (diff list | history)

2001/0530/sys/src/9/port/cache.c:539,5452003/0406/sys/src/9/port/cache.c:539,545 (short | long | prev)
1993/1014    
			len -= o; 
			offset += o; 
			if(len <= 0) { 
1999/1227    
if (f && p->start + p->len > f->start) print("CACHE: p->start=%uld p->len=%d f->start=%uld\n", p->start, p->len, f->start); 
2003/0406    
if(f && p->start + p->len > f->start) print("CACHE: p->start=%uld p->len=%d f->start=%uld\n", p->start, p->len, f->start); 
1993/1014    
				qunlock(m); 
				return; 
			} 


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