Home
last modified time | relevance | path

Searched refs:mst (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/user/apps/shell/
Dcmd.c581 struct mstat_t mst = {0}; in shell_cmd_free() local
582 retval = mstat(&mst); in shell_cmd_free()
593 …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()
594 mst.cache_used >> 10, mst.available >> 10); in shell_cmd_free()
598 …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()
599 mst.cache_used >> 20, mst.available >> 20); in shell_cmd_free()