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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h42 extern hashcount_t hash_count(hash_t *);
66 #define hash_count(H) ((H)->hash_nodecount) macro
H A Dhash.c331 assert (hash_count(hash) == 0);
803 #undef hash_count macro
804 hashcount_t hash_count(hash_t *hash) function
1060 printf("%lu\n", (unsigned long) hash_count(h));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h42 extern hashcount_t hash_count(hash_t *);
66 #define hash_count(H) ((H)->hash_nodecount) macro
H A Dhash.c331 assert (hash_count(hash) == 0);
803 #undef hash_count macro
804 hashcount_t hash_count(hash_t *hash) function
1060 printf("%lu\n", (unsigned long) hash_count(h));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dhash.h42 extern hashcount_t hash_count(hash_t *);
66 #define hash_count(H) ((H)->hash_nodecount) macro
H A Dhash.c331 assert (hash_count(hash) == 0);
803 #undef hash_count macro
804 hashcount_t hash_count(hash_t *hash) function
1060 printf("%lu\n", (unsigned long) hash_count(h));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dsparc-dis.c402 int hash_count[HASH_SIZE]; local
409 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
421 ++hash_count[hash];
431 if (hash_count[i] < min_count)
432 min_count = hash_count[i];
433 if (hash_count[i] > max_count)
434 max_count = hash_count[i];
435 total += hash_count[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dsparc-dis.c402 int hash_count[HASH_SIZE]; local
409 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
421 ++hash_count[hash];
431 if (hash_count[i] < min_count)
432 min_count = hash_count[i];
433 if (hash_count[i] > max_count)
434 max_count = hash_count[i];
435 total += hash_count[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dsparc-dis.c402 int hash_count[HASH_SIZE]; local
409 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
421 ++hash_count[hash];
431 if (hash_count[i] < min_count)
432 min_count = hash_count[i];
433 if (hash_count[i] > max_count)
434 max_count = hash_count[i];
435 total += hash_count[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dflow.c42 int hash_count; member in struct:flow_cache_percpu
122 fcp->hash_count -= deleted;
249 if (fcp->hash_count > fc->high_watermark)
259 fcp->hash_count++;
369 fcp->hash_count = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dflow.c42 int hash_count; member in struct:flow_cache_percpu
122 fcp->hash_count -= deleted;
249 if (fcp->hash_count > fc->high_watermark)
259 fcp->hash_count++;
369 fcp->hash_count = 0;

Completed in 93 milliseconds