Searched refs:pd_count (Results 1 – 2 of 2) sorted by relevance
91 unsigned int pd_count; member352 _PROP_ASSERT(pd->pd_count <= pd->pd_capacity); in _prop_dictionary_free()357 if (pd->pd_count == 0) { in _prop_dictionary_free()368 po = pd->pd_array[pd->pd_count - 1].pde_objref; in _prop_dictionary_free()386 --pd->pd_count; in _prop_dictionary_free()387 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_free()418 _PROP_ASSERT(pd->pd_count != 0); in _prop_dictionary_emergency_free()419 --pd->pd_count; in _prop_dictionary_emergency_free()421 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_emergency_free()439 if (pd->pd_count == 0) { in _prop_dictionary_externalize()[all …]
78 unsigned pd_count; member1861 reply.pd_count = 0; in lease_to_client()1885 if ((reply.ia_count == 0) && (reply.pd_count == 0)) { in lease_to_client()4194 reply->pd_count++;