newcpu            216 kern/sched_bsd.c 	unsigned int newcpu;
newcpu            258 kern/sched_bsd.c 		newcpu = (u_int) decay_cpu(loadfac, p->p_estcpu);
newcpu            259 kern/sched_bsd.c 		p->p_estcpu = newcpu;
newcpu            286 kern/sched_bsd.c 	unsigned int newcpu = p->p_estcpu;
newcpu            295 kern/sched_bsd.c 		while (newcpu && --p->p_slptime)
newcpu            296 kern/sched_bsd.c 			newcpu = (int) decay_cpu(loadfac, newcpu);
newcpu            297 kern/sched_bsd.c 		p->p_estcpu = newcpu;