Searched refs:cpu_record (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dthread.c58 static struct hash *cpu_record = NULL; variable in typeref:struct:hash
349 hash_iterate(cpu_record,
428 hash_release (cpu_record, bucket->data);
435 hash_iterate (cpu_record,
529 if (cpu_record == NULL)
530 cpu_record
629 if (cpu_record)
631 hash_clean (cpu_record, cpu_record_hash_free);
632 hash_free (cpu_record);
633 cpu_record
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dthread.c58 static struct hash *cpu_record = NULL; variable in typeref:struct:hash
349 hash_iterate(cpu_record,
428 hash_release (cpu_record, bucket->data);
435 hash_iterate (cpu_record,
529 if (cpu_record == NULL)
530 cpu_record
629 if (cpu_record)
631 hash_clean (cpu_record, cpu_record_hash_free);
632 hash_free (cpu_record);
633 cpu_record
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dthread.c58 static struct hash *cpu_record = NULL; variable in typeref:struct:hash
349 hash_iterate(cpu_record,
428 hash_release (cpu_record, bucket->data);
435 hash_iterate (cpu_record,
529 if (cpu_record == NULL)
530 cpu_record
629 if (cpu_record)
631 hash_clean (cpu_record, cpu_record_hash_free);
632 hash_free (cpu_record);
633 cpu_record
[all...]

Completed in 117 milliseconds