Searched refs:EXPORT_HASHMAX (Results 1 – 1 of 1) sorted by relevance
290 #define EXPORT_HASHMAX (1<< EXPORT_HASHBITS) macro752 .hash_size = EXPORT_HASHMAX,1103 } while(hash < EXPORT_HASHMAX && export_table[hash]==NULL); in e_start()1104 if (hash >= EXPORT_HASHMAX) in e_start()1127 while (hash < EXPORT_HASHMAX && export_table[hash] == NULL) { in e_next()1131 if (hash >= EXPORT_HASHMAX) in e_next()