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