Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c156 (hash) = MOD2(((id) ^ NFSID_CACHE_ANCHORS), NFSID_CACHE_ANCHORS); \
1067 cip->table = kmem_alloc((NFSID_CACHE_ANCHORS * sizeof (nfsidhq_t)), in nfs_idmap_cache_create()
1070 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) { in nfs_idmap_cache_create()
1103 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) in nfs_idmap_cache_destroy()
1105 kmem_free(cip->table, NFSID_CACHE_ANCHORS * sizeof (nfsidhq_t)); in nfs_idmap_cache_destroy()
1174 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) { in nfs_idmap_cache_flush()
1220 for (i = 0, hq = cip->table; i < NFSID_CACHE_ANCHORS; i++, hq++) { in nfs_idmap_cache_reclaim()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h44 #define NFSID_CACHE_ANCHORS PKP_HASH_SIZE macro
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Didmap.c165 arg->array_len = NFSID_CACHE_ANCHORS; in nfs4_idmap_walk_init()