Home | History | Annotate | Download | only in support

Lines Matching refs:dictcount_t

228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root)
261 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
341 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
958 dictcount_t dict_count(dict_t *dict)
1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
1098 dictcount_t botrowcount;