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