Home | History | Annotate | Download | only in vmstat

Lines Matching defs:inuse

1460 	uint64_t total, inuse, this_total, this_inuse;
1481 total = inuse = 0;
1492 wide ? " InUse" : "",
1557 inuse += this_inuse;
1586 inuse /= KILO;
1591 inuse, total, (100.0 * inuse) / total);
1601 uint64_t total, inuse, this_total, this_inuse;
1626 total = inuse = 0;
1645 wide ? " InUse" : "",
1708 inuse += this_inuse;
1737 inuse /= KILO;
1742 inuse, total, (100.0 * inuse) / total);