Home
last modified time | relevance | path

Searched refs:pkc_leaks (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel_impl.h169 dict_hdl_t *pkc_leaks; /* Elements */ member
H A Dpool_kernel.c1663 if (dict_put(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks, in pool_knl_elem_wrap()
2166 if ((prov->pkc_leaks = dict_new(NULL, NULL)) == NULL) { in pool_knl_connection_alloc()
2180 dict_free(&prov->pkc_leaks); in pool_knl_connection_alloc()
2199 dict_free(&prov->pkc_leaks); in pool_knl_connection_alloc()
2235 if (dict_remove(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks, in pool_knl_elem_free()
2281 dprintf("dict length is %llu\n", dict_length(prov->pkc_leaks)); in pool_knl_connection_free()
2282 dict_map(prov->pkc_leaks, pool_knl_elem_printf_cb, in pool_knl_connection_free()
2284 assert(dict_length(prov->pkc_leaks) == 0); in pool_knl_connection_free()
2285 dict_free(&prov->pkc_leaks); in pool_knl_connection_free()