Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/basic/
Dfixdep.c148 #define HASHSZ 256 macro
149 static struct item *hashtab[HASHSZ];
168 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()
190 aux->next = hashtab[hash % HASHSZ]; in define_config()
191 hashtab[hash % HASHSZ] = aux; in define_config()
202 for (i = 0; i < HASHSZ; i++) { in clear_config()
/linux-4.1.27/tools/usb/usbip/libsrc/
Dnames.c82 #define HASHSZ 16 macro
91 return num & (HASHSZ-1); in hashnum()
95 static struct vendor *vendors[HASHSZ] = { NULL, };
96 static struct product *products[HASHSZ] = { NULL, };
97 static struct class *classes[HASHSZ] = { NULL, };
98 static struct subclass *subclasses[HASHSZ] = { NULL, };
99 static struct protocol *protocols[HASHSZ] = { NULL, };