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

/linux-master/scripts/basic/
H A Dfixdep.c115 #define HASHSZ 256 macro
116 static struct item *config_hashtab[HASHSZ], *file_hashtab[HASHSZ];
143 aux->next = hashtab[hash % HASHSZ];
144 hashtab[hash % HASHSZ] = aux;
156 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) {
/linux-master/tools/usb/usbip/libsrc/
H A Dnames.c64 #define HASHSZ 16 macro
73 return num & (HASHSZ-1);
77 static struct vendor *vendors[HASHSZ] = { NULL, };
78 static struct product *products[HASHSZ] = { NULL, };
79 static struct class *classes[HASHSZ] = { NULL, };
80 static struct subclass *subclasses[HASHSZ] = { NULL, };
81 static struct protocol *protocols[HASHSZ] = { NULL, };

Completed in 124 milliseconds