Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd.c85 vip->vdi_qcache = umem_cache_create("query", sizeof (varpd_query_t), 0, in libvarpd_create()
87 if (vip->vdi_qcache == NULL) { in libvarpd_create()
95 umem_cache_destroy(vip->vdi_qcache); in libvarpd_create()
130 umem_cache_destroy(vip->vdi_qcache); in libvarpd_destroy()
H A Dlibvarpd_overlay.c252 vqp = umem_cache_alloc(vip->vdi_qcache, UMEM_DEFAULT); in libvarpd_overlay_lookup_handle()
268 umem_cache_free(vip->vdi_qcache, vqp); in libvarpd_overlay_lookup_handle()
277 umem_cache_free(vip->vdi_qcache, vqp); in libvarpd_overlay_lookup_handle()
520 umem_cache_free(vqp->vq_instance->vri_impl->vdi_qcache, vqp); in libvarpd_plugin_query_reply()
H A Dlibvarpd_impl.h55 umem_cache_t *vdi_qcache; /* RO */ member