NFSID_CACHE_ANCHORS
arg->array_len = NFSID_CACHE_ANCHORS;
cip->table = kmem_alloc((NFSID_CACHE_ANCHORS * sizeof (nfsidhq_t)),
for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) {
for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++)
kmem_free(cip->table, NFSID_CACHE_ANCHORS * sizeof (nfsidhq_t));
for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) {
for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) {
(hash) = MOD2(((id) ^ NFSID_CACHE_ANCHORS), NFSID_CACHE_ANCHORS); \