Searched refs:hash_count (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dhash.c65 hash_tbl->hash_count = 0;
93 hash_tbl->hash_count++;
112 hash_tbl->hash_count--;
138 if((hash_tbl->hash_count)*100/(hash_tbl->hash_size) > 90) rc = 1;
162 new_table->hash_count++;
167 hash_tbl->hash_count = new_table->hash_count;
H A Dhash.h50 unsigned int hash_count; member in struct:hash_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.h43 extern hashcount_t hash_count(hash_t *);
67 #define hash_count(H) ((H)->hash_nodecount) macro
H A Dhash.c334 assert (hash_count(hash) == 0);
806 #undef hash_count macro
807 hashcount_t hash_count(hash_t *hash) function
1060 printf("%lu\n", (unsigned long) hash_count(h));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.h43 extern hashcount_t hash_count(hash_t *);
67 #define hash_count(H) ((H)->hash_nodecount) macro
H A Dhash.c334 assert (hash_count(hash) == 0);
806 #undef hash_count macro
807 hashcount_t hash_count(hash_t *hash) function
1060 printf("%lu\n", (unsigned long) hash_count(h));

Completed in 50 milliseconds