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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c150 #define SYMBOL_HASH_SIZE 1024 macro
166 static struct symbol *symbolhash[SYMBOL_HASH_SIZE];
204 hash = tdb_hash(name) % SYMBOL_HASH_SIZE;
219 for (s = symbolhash[tdb_hash(name) % SYMBOL_HASH_SIZE]; s; s = s->next) {
2034 for (n = 0; n < SYMBOL_HASH_SIZE ; n++) {

Completed in 51 milliseconds