p_estcpu          387 kern/kern_proc.c 	    p->p_estcpu, p->p_cpticks, p->p_pctcpu / 100, p->p_pctcpu % 100,
p_estcpu         1242 kern/kern_sysctl.c 	ki->p_estcpu = p->p_estcpu;
p_estcpu          258 kern/sched_bsd.c 		newcpu = (u_int) decay_cpu(loadfac, p->p_estcpu);
p_estcpu          259 kern/sched_bsd.c 		p->p_estcpu = newcpu;
p_estcpu          286 kern/sched_bsd.c 	unsigned int newcpu = p->p_estcpu;
p_estcpu          292 kern/sched_bsd.c 		p->p_estcpu = 0;
p_estcpu          297 kern/sched_bsd.c 		p->p_estcpu = newcpu;
p_estcpu          560 kern/sched_bsd.c 	newpriority = PUSER + p->p_estcpu + NICE_WEIGHT * (p->p_nice - NZERO);
p_estcpu          587 kern/sched_bsd.c 	p->p_estcpu = ESTCPULIM(p->p_estcpu + 1);
p_estcpu         2144 kern/tty.c     		if (p2->p_estcpu > p1->p_estcpu)
p_estcpu         2146 kern/tty.c     		if (p1->p_estcpu > p2->p_estcpu)
p_estcpu          191 sys/proc.h     	u_int	p_estcpu;	 /* Time averaged value of p_cpticks. */
p_estcpu          133 sys/sched.h    	(child)->p_estcpu = (parent)->p_estcpu;				\
p_estcpu          138 sys/sched.h    	(parent)->p_estcpu = ESTCPULIM((parent)->p_estcpu + (child)->p_estcpu);\
p_estcpu          387 sys/sysctl.h   	u_int32_t p_estcpu;		/* U_INT: Time averaged value of p_cpticks. */