tdb_hash 210 scripts/mod/modpost.c hash = tdb_hash(name) % SYMBOL_HASH_SIZE; tdb_hash 225 scripts/mod/modpost.c for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {