Searched refs:id_pctmem (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h136 float id_pctmem; /* percentage of memory usage */ member in struct:id_info
H A Dprstat.c337 id->id_pctmem = (100.0 * (float)match->vmu_rss_all) /
455 mem = (100 * id->id_pctmem) / total_mem;
457 mem = id->id_pctmem;
730 id->id_pctmem += FRC2PCT(lwp->li_info.pr_pctmem);
760 id->id_pctmem = FRC2PCT(lwp->li_info.pr_pctmem);
763 total_mem += id->id_pctmem;

Completed in 56 milliseconds