Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Dthread.c37 static struct hash *cpu_record = NULL; variable
250 if (cpu_record == NULL) in thread_master_create()
251 cpu_record in thread_master_create()
349 if (cpu_record) in thread_master_free()
351 isis_hash_clean (cpu_record, cpu_record_hash_free); in thread_master_free()
352 isis_hash_free (cpu_record); in thread_master_free()
353 cpu_record = NULL; in thread_master_free()
909 thread->hist = isis_hash_get (cpu_record, &tmp, in thread_call()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dthread.c49 static struct hash *cpu_record = NULL; variable
340 hash_iterate(cpu_record, in cpu_record_print()
419 hash_release (cpu_record, bucket->data); in cpu_record_hash_clear()
426 hash_iterate (cpu_record, in cpu_record_clear()
523 if (cpu_record == NULL) in thread_master_create()
524 cpu_record in thread_master_create()
676 if (cpu_record) in thread_master_free()
678 hash_clean (cpu_record, cpu_record_hash_free); in thread_master_free()
679 hash_free (cpu_record); in thread_master_free()
680 cpu_record = NULL; in thread_master_free()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dthread.c197 if (m->cpu_record->count) in cpu_record_print()
199 m->cpu_record, in cpu_record_print()
227 struct hash *cpu_record = args[1]; in cpu_record_hash_clear() local
234 hash_release(cpu_record, bucket->data); in cpu_record_hash_clear()
246 void *args[2] = {tmp, m->cpu_record}; in cpu_record_clear()
248 m->cpu_record, in cpu_record_clear()
452 rv->cpu_record = hash_create_size( in thread_master_create()
597 hash_clean(m->cpu_record, cpu_record_hash_free); in thread_master_free()
598 hash_free(m->cpu_record); in thread_master_free()
599 m->cpu_record = NULL; in thread_master_free()
[all …]
H A Dthread.h80 struct hash *cpu_record; member
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dthread.c197 if (m->cpu_record->count) in cpu_record_print()
199 m->cpu_record, in cpu_record_print()
227 struct hash *cpu_record = args[1]; in cpu_record_hash_clear() local
234 hash_release(cpu_record, bucket->data); in cpu_record_hash_clear()
246 void *args[2] = {tmp, m->cpu_record}; in cpu_record_clear()
248 m->cpu_record, in cpu_record_clear()
452 rv->cpu_record = hash_create_size( in thread_master_create()
597 hash_clean(m->cpu_record, cpu_record_hash_free); in thread_master_free()
598 hash_free(m->cpu_record); in thread_master_free()
599 m->cpu_record = NULL; in thread_master_free()
[all …]
H A Dthread.h80 struct hash *cpu_record; member