Home
last modified time | relevance | path

Searched refs:pcm_cpu (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/acct/
H A Dacctcms.c81 float pcm_cpu[2]; /* cpu time(min) */ member
365 pcmt.pcm_cpu[PRIME] = dtmp * ratio; in dofile()
366 pcmt.pcm_cpu[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
367 (dtmp - pcmt.pcm_cpu[PRIME]); in dofile()
413 pcmt.pcm_cpu[PRIME] = dtmp * ratio; in dofile()
414 pcmt.pcm_cpu[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
415 (dtmp - pcmt.pcm_cpu[PRIME]); in dofile()
554 p1->pcm_cpu[PRIME] += p2->pcm_cpu[PRIME]; in pcmadd()
555 p1->pcm_cpu[NONPRIME] += p2->pcm_cpu[NONPRIME]; in pcmadd()
595 pcm[k].pcm_cpu[PRIME] = pcm[i].pcm_cpu[PRIME]; in squeeze()
[all …]