Lines Matching defs:this_inuse
1460 uint64_t total, inuse, this_total, this_inuse;
1547 this_inuse = pp->pr_nout * pp->pr_size;
1555 total += (this_total - this_inuse);
1557 inuse += this_inuse;
1565 (100.0 * this_inuse) / this_total,
1601 uint64_t total, inuse, this_total, this_inuse;
1698 this_inuse = (uint64_t)pp->pr_nout * pp->pr_size;
1706 total += (this_total - this_inuse);
1708 inuse += this_inuse;
1716 (100.0 * this_inuse) / this_total,