Searched refs:nchashtbl (Results 1 – 1 of 1) sorted by relevance
114 struct smrq_list_head *nchashtbl; /* Hash Table */ variable260 (&nchashtbl[(dvp->v_id ^ (hash_val)) & nchashmask])3093 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 * desiredNodes)), M_CACHE, &nchash); in nchinit()3174 old_table = nchashtbl; in resize_namecache()3175 nchashtbl = new_table; in resize_namecache()3358 for (ncpp = &nchashtbl[nchash - 1]; ncpp >= nchashtbl; ncpp--) { in cache_purgevfs()