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

1991/0110/port/page.c (diff list | history)

1990/1226/sys/src/9/port/page.c:85,911991/0110/sys/src/9/port/page.c:85,91 (short | long | prev | next)
1990/0303    
	do;while(here); 
	here=1; 
1990/0227    
	p = palloc.head; 
	nf=nb=0; 
1991/0110    
	nf = nb = 0; 
1990/0227    
	while(p){ 
1990/0303    
		print("%lux %lux %d\n", p->pa, p->va, p->ref); 
		if(p->o){ 
1990/1226/sys/src/9/port/page.c:208,2141991/0110/sys/src/9/port/page.c:208,214
1990/0227    
	goto loop; 
    out: 
	if(p->o){ 
		print("page in use %lux %lux %lux\n", p->va, p->o, origalloc.arena); 
1991/0110    
		print("page in use %lux %lux %lux %lux\n", p, p->va, p->o, origalloc.arena); 
1990/0227    
		print("%c %lux %lux, %d %d %d\n", devchar[p->o->type], p->o->va, p->o->qid, p->o->flag, p->o->nproc, p->o->npte); 
		panic("shit"); 
	} 


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