Searched refs:nchash (Results 1 – 1 of 1) sorted by relevance
116 u_long nchash; /* size of hash table - 1 */ variable3011 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 * desiredNodes)), M_CACHE, &nchash); in nchinit()3012 nchashmask = nchash; in nchinit()3013 nchash++; in nchinit()3085 if (new_size == nchash) { in resize_namecache()3094 old_size = nchash; in resize_namecache()3095 nchash = new_size; in resize_namecache()3276 for (ncpp = &nchashtbl[nchash - 1]; ncpp >= nchashtbl; ncpp--) { in cache_purgevfs()