HASHSZ 172 scripts/basic/fixdep.c static struct item *hashtab[HASHSZ]; HASHSZ 191 scripts/basic/fixdep.c for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { HASHSZ 213 scripts/basic/fixdep.c aux->next = hashtab[hash % HASHSZ]; HASHSZ 214 scripts/basic/fixdep.c hashtab[hash % HASHSZ] = aux; HASHSZ 73 tools/usb/usbip/libsrc/names.c return num & (HASHSZ-1); HASHSZ 77 tools/usb/usbip/libsrc/names.c static struct vendor *vendors[HASHSZ] = { NULL, }; HASHSZ 78 tools/usb/usbip/libsrc/names.c static struct product *products[HASHSZ] = { NULL, }; HASHSZ 79 tools/usb/usbip/libsrc/names.c static struct class *classes[HASHSZ] = { NULL, }; HASHSZ 80 tools/usb/usbip/libsrc/names.c static struct subclass *subclasses[HASHSZ] = { NULL, }; HASHSZ 81 tools/usb/usbip/libsrc/names.c static struct protocol *protocols[HASHSZ] = { NULL, };