Home
last modified time | relevance | path

Searched refs:dict_new (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Ddict.h48 extern dict_hdl_t *dict_new(int (*)(const void *, const void *),
H A Ddict.c268 dict_new(int (*cmp)(const void *, const void *), in dict_new() function
H A Dpool_kernel.c780 if ((dead_map = dict_new((int (*)(const void *, const void *)) in pool_knl_update()
2157 if ((prov->pkc_elements = dict_new((int (*)(const void *, const void *)) in pool_knl_connection_alloc()
2166 if ((prov->pkc_leaks = dict_new(NULL, NULL)) == NULL) { in pool_knl_connection_alloc()
H A Dpool_internal.c274 if ((_pv_atoms = dict_new((int (*)(const void *, const void *)) in atom_init()