Searched defs:pcm_cpu (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c81 float pcm_cpu[2]; /* cpu time(min) */ member in struct:pcms
365 pcmt.pcm_cpu[PRIME] = dtmp * ratio;
366 pcmt.pcm_cpu[NONPRIME] = (ratio == 1.0) ? 0.0 :
367 (dtmp - pcmt.pcm_cpu[PRIME]);
413 pcmt.pcm_cpu[PRIME] = dtmp * ratio;
414 pcmt.pcm_cpu[NONPRIME] = (ratio == 1.0) ? 0.0 :
415 (dtmp - pcmt.pcm_cpu[PRIME]);
554 p1->pcm_cpu[PRIME] += p2->pcm_cpu[PRIME];
555 p1->pcm_cpu[NONPRIM
[all...]

Completed in 47 milliseconds