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

/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dhash.c91 static struct file_hash * directory_hash_table[NR_HASH] = {0,}; variable in typeref:struct:file_hash
101 s_hash->next = directory_hash_table[hash_number];
104 directory_hash_table[hash_number] = s_hash;
113 spnt = directory_hash_table[hash_number];

Completed in 133 milliseconds