Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dhash.c27 #define NR_HASH 1024 macro
29 #define HASH_FN(DEV, INO) ((DEV + INO + (INO >> 2) + (INO << 8)) % NR_HASH)
31 static struct file_hash * hash_table[NR_HASH] = {0,};
79 for(i=0; i<NR_HASH; i++) { in flush_hash()
91 static struct file_hash * directory_hash_table[NR_HASH] = {0,};