Searched refs:nodecount (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c43 #define nodecount hash_nodecount macro
308 hash->nodecount = 0;
356 hash->nodecount = 0;
410 hash->nodecount = 0;
525 assert (hash->nodecount < hash->maxcount); /* 1 */
528 if (hash->dynamic && hash->nodecount >= hash->highmark) /* 3 */
538 hash->nodecount++;
599 if (hash->dynamic && hash->nodecount <= hash->lowmark
600 && hash->nodecount > INIT_SIZE)
617 hash->nodecount
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.c335 static void build_speed_map(struct hpsb_host *host, int nodecount) argument
337 u8 cldcnt[nodecount];
344 for (i = 0; i < (nodecount * 64); i += 64) {
345 for (j = 0; j < nodecount; j++) {
350 for (i = 0; i < nodecount; i++) {
356 n = nodecount - 1;
380 for (i = 0; i < nodecount; i++) {
386 for (i = 1; i < nodecount; i++) {
394 for (n = 0; n < nodecount; n++) {
400 for (j = n + 1; j < nodecount;
[all...]

Completed in 35 milliseconds