Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpool/common/
H A Ddict.h50 extern dict_hdl_t *dict_new(int (*)(const void *, const void *),
H A Ddict.c270 dict_new(int (*cmp)(const void *, const void *), in dict_new() function
H A Dpool_kernel.c779 if ((dead_map = dict_new((int (*)(const void *, const void *)) in pool_knl_update()
2156 if ((prov->pkc_elements = dict_new((int (*)(const void *, const void *)) in pool_knl_connection_alloc()
2165 if ((prov->pkc_leaks = dict_new(NULL, NULL)) == NULL) { in pool_knl_connection_alloc()
H A Dpool_internal.c276 if ((_pv_atoms = dict_new((int (*)(const void *, const void *)) in atom_init()