SYMBOL_HASH_SIZE  180 scripts/mod/modpost.c static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
SYMBOL_HASH_SIZE  219 scripts/mod/modpost.c 	hash = tdb_hash(name) % SYMBOL_HASH_SIZE;
SYMBOL_HASH_SIZE  234 scripts/mod/modpost.c 	for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
SYMBOL_HASH_SIZE 2512 scripts/mod/modpost.c 	for (n = 0; n < SYMBOL_HASH_SIZE ; n++) {
SYMBOL_HASH_SIZE 2676 scripts/mod/modpost.c 	for (n = 0; n < SYMBOL_HASH_SIZE; n++) {