587: void 588: procrestore(Proc *p) 589: { 590: uvlong t; 591: 592: if(p->kp)
593: return; 594: cycles(&t);
595: p->pcycles -= t; 596: }