Searched defs:cpu64_sysinfo (Results 1 – 1 of 1) sorted by relevance
93 typedef struct cpu64_sysinfo { struct94 uint64_t cpu[CPU_STATES];95 uint64_t wait[W_STATES];96 uint64_t bread;97 uint64_t bwrite;98 uint64_t lread;99 uint64_t lwrite;100 uint64_t phread;101 uint64_t phwrite;102 uint64_t pswitch;[all …]