Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/mod/
Dmodpost.c162 #define SYMBOL_HASH_SIZE 1024 macro
180 static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
219 hash = tdb_hash(name) % SYMBOL_HASH_SIZE; in new_symbol()
234 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) { in find_symbol()
2512 for (n = 0; n < SYMBOL_HASH_SIZE ; n++) { in write_dump()
2676 for (n = 0; n < SYMBOL_HASH_SIZE; n++) { in main()