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

/illumos-gate/usr/src/cmd/acct/
H A Dacctprc.c69 long elaps[2]; local
90 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) {
95 pb.pt_cpu[0] = (double)stime * (double)elaps[0] / etime;
H A Dacctprc1.c83 long elaps[2]; local
134 if(pnpsplit(ab.ac_btime, etime, elaps) == 0) {
139 pb.pt_cpu[0] = (double)stime * (double)elaps[0] / etime;
H A Dacctcms.c304 long elaps[2]; local
347 if (pnpsplit(acct.oab.ac_btime, etime, elaps)
354 ratio = (double)elaps[PRIME]/(double)etime;
355 if(elaps[PRIME] > elaps[NONPRIME]) {
398 if(pnpsplit(acct.ab.ac_btime, etime, elaps) == 0) {
402 ratio = (double)elaps[PRIME]/(double)etime;
403 if(elaps[PRIME] > elaps[NONPRIME]) {

Completed in 53 milliseconds