Searched refs:total (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.7/user/libs/libc/src/include/export/sys/ |
D | stat.h | 10 uint64_t total; // 计算机的总内存数量大小 member
|
/DragonOS-0.1.7/kernel/src/mm/ |
D | mm-stat.c | 170 tmp.total = tmp.used + tmp.free; in mm_stat()
|
D | mm.h | 166 uint64_t total; // 计算机的总内存数量大小 member
|
/DragonOS-0.1.7/kernel/src/driver/interrupt/apic/ |
D | apic.h | 303 uint apic_get_ics(const uint type, ul ret_vaddr[], uint *total);
|
D | apic.c | 595 uint apic_get_ics(const uint type, ul ret_vaddr[], uint *total) in apic_get_ics() argument 615 *total = cnt; in apic_get_ics()
|
/DragonOS-0.1.7/docs/kernel/core_api/ |
D | mm-api.md | 261 | total | 计算机的总内存数量大小 |
|
/DragonOS-0.1.7/user/apps/shell/ |
D | cmd.c | 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() 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()
|