Home
last modified time | relevance | path

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

/src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c74 static int32_t detected_processor_count; variable
216 detected_processor_count = 0; in create_proc_table()
239 detected_processor_count++; in create_proc_table()
250 detected_processor_count, hw_ncpu); in create_proc_table()
253 for (; detected_processor_count < hw_ncpu; detected_processor_count++) in create_proc_table()
254 proc_create_entry(detected_processor_count, NULL); in create_proc_table()
283 detected_processor_count--; in free_proc_table()
286 assert(detected_processor_count == 0); in free_proc_table()
287 detected_processor_count = 0; in free_proc_table()