Searched defs:nfsidmap_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c139 static kmem_cache_t *nfsidmap_cache; variable
198 nfsidmap_cache = kmem_cache_create("NFS_idmap_cache",
228 kmem_cache_destroy(nfsidmap_cache);
1197 kmem_cache_free(nfsidmap_cache, p);
1431 newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP);
1585 newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP);
1605 kmem_cache_free(nfsidmap_cache, p);

Completed in 47 milliseconds