HomeSort by: relevance | last modified time | path
    Searched defs:this_total (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/vmstat/
vmstat.c 1460 uint64_t total, inuse, this_total, this_inuse; local in function:dopool_sysctl
1548 this_total = pp->pr_npages * pp->pr_pagesize;
1555 total += (this_total - this_inuse);
1558 total += this_total;
1561 if (this_total == 0) {
1565 (100.0 * this_inuse) / this_total,
1566 this_total / KILO);
1601 uint64_t total, inuse, this_total, this_inuse; local in function:dopool
1699 this_total = (uint64_t)pp->pr_npages * pa.pa_pagesz;
1706 total += (this_total - this_inuse)
    [all...]

Completed in 13 milliseconds