Home
last modified time | relevance | path

Searched refs:pcpu_cp_times (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c300 long pcpu_cp_times[cplen]; in refresh_processor_tbl() local
301 memset(pcpu_cp_times, 0, sizeof(pcpu_cp_times)); in refresh_processor_tbl()
304 if (sysctl(cpmib, 2, pcpu_cp_times, &size, NULL, 0) == -1 && in refresh_processor_tbl()
312 save_sample(entry, &pcpu_cp_times[entry->cpu_no * CPUSTATES]); in refresh_processor_tbl()