Searched refs:mst (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.5/user/apps/shell/ |
D | cmd.c | 561 struct mstat_t mst = {0}; in shell_cmd_free() local 562 retval = mstat(&mst); in shell_cmd_free() 573 …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() 574 mst.cache_used >> 10, mst.available >> 10); in shell_cmd_free() 578 …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() 579 mst.cache_used >> 20, mst.available >> 20); in shell_cmd_free()
|