cexp               69 uvm/uvm_meter.c static fixpt_t cexp[3] = {
cexp              118 uvm/uvm_meter.c 		avg->ldavg[i] = (cexp[i] * avg->ldavg[i] +
cexp              119 uvm/uvm_meter.c 		    nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT;