Searched refs:SYMBOL_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/mod/
H A Dmodpost.c156 #define SYMBOL_HASH_SIZE 1024 macro
172 static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
210 hash = tdb_hash(name) % SYMBOL_HASH_SIZE; new_symbol()
225 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) { find_symbol()
2346 for (n = 0; n < SYMBOL_HASH_SIZE ; n++) { write_dump()

Completed in 63 milliseconds