Searched defs:system_info (Results 1 – 3 of 3) sorted by relevance
40 struct system_info struct42 int last_pid;43 double load_avg[NUM_AVERAGES];44 int p_total;45 int p_pactive; /* number of procs considered "active" */46 int *procstates;47 int *cpustates;48 int *memory;49 int *arc;50 int *carc;[all …]
227 struct system_info system_info; in main() local
141 llvm::Expected<const SystemInfo &> system_info = m_file->getSystemInfo(); in GetArchitecture() local