Home
last modified time | relevance | path

Searched defs:total (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/include/export/sys/
Dstat.h10 uint64_t total; // 计算机的总内存数量大小 member
/DragonOS-0.1.8/kernel/src/mm/allocator/
Dbump.rs90 let mut total = 0; in usage() localVariable
Dpage_frame.rs259 total: PageFrameCount, field
279 pub fn total(&self) -> PageFrameCount { in total() method
/DragonOS-0.1.8/kernel/src/driver/interrupt/apic/
Dapic.c600 uint apic_get_ics(const uint type, ul ret_vaddr[], uint *total) in apic_get_ics()