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

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel_impl.h171 dict_hdl_t *pkc_leaks; /* Elements */ member in struct:pool_knl_connection
H A Dpool_kernel.c1660 if (dict_put(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks,
2163 if ((prov->pkc_leaks = dict_new(NULL, NULL)) == NULL) {
2177 dict_free(&prov->pkc_leaks);
2196 dict_free(&prov->pkc_leaks);
2232 if (dict_remove(((pool_knl_connection_t *)conf->pc_prov)->pkc_leaks,
2278 dprintf("dict length is %llu\n", dict_length(prov->pkc_leaks));
2279 dict_map(prov->pkc_leaks, pool_knl_elem_printf_cb,
2281 assert(dict_length(prov->pkc_leaks) == 0);
2282 dict_free(&prov->pkc_leaks);

Completed in 27 milliseconds