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