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

1999/0429/alphapc/dat.h (diff list | history)

1999/0415/sys/src/9/alphapc/dat.h:135,1581999/0429/sys/src/9/alphapc/dat.h:135,159 (short | long | prev | next)
1999/0415    
	Proc	*proc;			/* current process on this processor */ 
 
	/* ordering from here on irrelevant */ 
	int	tlbfault;			/* only used by devproc; no access to tlb */ 
	int	tlbpurge;			/* ... */ 
1999/0429    
	int	tlbfault;		/* only used by devproc; no access to tlb */ 
	int	tlbpurge;		/* ... */ 
1999/0415    
	ulong	ticks;			/* of the clock since boot time */ 
	Label	sched;			/* scheduler wakeup */ 
	Lock	alarmlock;		/* access to alarm list */ 
	void	*alarm;			/* alarms bound to this clock */ 
	Page	*ufreeme;		/* address of upage of exited process */ 
	int	speed;			/* cpu speed */ 
	ulong	delayloop;		/* for the delay() routine */ 
	int	nrdy; 
	ulong	fairness;		/* for runproc */ 
 
1999/0429    
	ulong	cpuhz;			/* hwrpb->cfreq */ 
	ulong	pcclast; 
	uvlong	fastclock; 
 
1999/0415    
	int	pfault; 
	int	cs; 
	int	syscall; 
	int	load; 
	int	intr; 
	int	nettime; 
	int	flushmmu;		/* make current proc flush it's mmu state */ 
 
	PCB; 


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