Searched refs:rcbag_count (Results 1 – 4 of 4) sorted by relevance
458 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()461 while (rcbag_count(rcstack) > 0) { in xrep_refc_find_refcounts()480 if (rcbag_count(rcstack) != old_stack_height) { in xrep_refc_find_refcounts()493 if (rcbag_count(rcstack) == 0) in xrep_refc_find_refcounts()495 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()508 ASSERT(rcbag_count(rcstack) == 0); in xrep_refc_find_refcounts()
500 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()503 while (rcbag_count(rcstack) > 0) { in xrep_rtrefc_find_refcounts()522 if (rcbag_count(rcstack) != old_stack_height) { in xrep_rtrefc_find_refcounts()535 if (rcbag_count(rcstack) == 0) in xrep_rtrefc_find_refcounts()537 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()550 ASSERT(rcbag_count(rcstack) == 0); in xrep_rtrefc_find_refcounts()
18 uint64_t rcbag_count(const struct rcbag *bag);
131 rcbag_count( in rcbag_count() function