Searched refs:rcbag_count (Results 1 – 4 of 4) sorted by relevance
452 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()455 while (rcbag_count(rcstack) > 0) { in xrep_refc_find_refcounts()474 if (rcbag_count(rcstack) != old_stack_height) { in xrep_refc_find_refcounts()487 if (rcbag_count(rcstack) == 0) in xrep_refc_find_refcounts()489 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()502 ASSERT(rcbag_count(rcstack) == 0); in xrep_refc_find_refcounts()
494 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()497 while (rcbag_count(rcstack) > 0) { in xrep_rtrefc_find_refcounts()516 if (rcbag_count(rcstack) != old_stack_height) { in xrep_rtrefc_find_refcounts()529 if (rcbag_count(rcstack) == 0) in xrep_rtrefc_find_refcounts()531 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()544 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