SYMBOL_HASH_SIZE  172 scripts/mod/modpost.c static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
SYMBOL_HASH_SIZE  210 scripts/mod/modpost.c 	hash = tdb_hash(name) % SYMBOL_HASH_SIZE;
SYMBOL_HASH_SIZE  225 scripts/mod/modpost.c 	for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
SYMBOL_HASH_SIZE 2113 scripts/mod/modpost.c 	for (n = 0; n < SYMBOL_HASH_SIZE ; n++) {