Searched refs:mst (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.7/user/apps/shell/ |
D | cmd.c | 570 struct mstat_t mst = {0}; in shell_cmd_free() local 571 retval = mstat(&mst); in shell_cmd_free() 582 …printf("%ld\t%ld\t%ld\t%ld\t%ld\t%ld\t\n", mst.total >> 10, mst.used >> 10, mst.free >> 10, mst.sh… in shell_cmd_free() 583 mst.cache_used >> 10, mst.available >> 10); in shell_cmd_free() 587 …printf("%ld\t%ld\t%ld\t%ld\t%ld\t%ld\t\n", mst.total >> 20, mst.used >> 20, mst.free >> 20, mst.sh… in shell_cmd_free() 588 mst.cache_used >> 20, mst.available >> 20); in shell_cmd_free()
|