Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acct/
H A Dacctcms.c70 float tcm_kcore; /* kcore-minutes */ member
268 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile()
285 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile()
544 p1->tcm_kcore = p1->tcm_kcore + p2->tcm_kcore; in tcmadd()
577 tcm[k].tcm_kcore = tcm[i].tcm_kcore; in tsqueeze()
637 if (p1->tcm_kcore == p2->tcm_kcore) in tkcmp()
639 return ((p2->tcm_kcore > p1->tcm_kcore)? 1 : -1); in tkcmp()
709 printf(" %11.2f", p->tcm_kcore); in tprint()
713 printf(" %6.2f", p->tcm_kcore/p->tcm_cpu); in tprint()