Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_processor_tbl.c76 static int32_t detected_processor_count; variable
218 detected_processor_count = 0; in create_proc_table()
241 detected_processor_count++; in create_proc_table()
252 detected_processor_count, hw_ncpu); in create_proc_table()
255 for (; detected_processor_count < hw_ncpu; detected_processor_count++) in create_proc_table()
256 proc_create_entry(detected_processor_count, NULL); in create_proc_table()
285 detected_processor_count--; in free_proc_table()
288 assert(detected_processor_count == 0); in free_proc_table()
289 detected_processor_count = 0; in free_proc_table()