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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c100 static kmem_cache_t *znode_cache = NULL; variable
355 ASSERT(znode_cache == NULL);
356 znode_cache = kmem_cache_create("zfs_znode_cache",
359 kmem_cache_set_move(znode_cache, zfs_znode_move);
373 if (znode_cache)
374 kmem_cache_destroy(znode_cache);
375 znode_cache = NULL;
487 sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP);
512 kmem_cache_free(znode_cache, sharezp);
634 zp = kmem_cache_alloc(znode_cache, KM_SLEE
[all...]

Completed in 47 milliseconds