Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Drefgrp.py17 refgrp.grp_count, refgrp.grp_retain_total,
77 if task_refgrp[i].grp_retain_total != 0:
90 if task_refgrp.grp_retain_total != 0:
117 if grp[i].grp_retain_total != 0:
/xnu-12377.41.6/tests/
H A Dos_refcnt.c290 T_ASSERT_EQ_ULLONG(g1.grp_retain_total, 1ULL, "group retains");
298 T_EXPECT_EQ_ULLONG(g1.grp_retain_total, 3ULL, "group retains");
/xnu-12377.41.6/libkern/os/
H A Drefcnt_internal.h22 _Atomic uint64_t grp_retain_total; member
128 .grp_retain_total = (0u), \
H A Drefcnt.c234 atomic_fetch_add_explicit(&grp->grp_retain_total, init_count, memory_order_relaxed); in ref_attach_to_group()
252 atomic_fetch_add_explicit(&grp->grp_retain_total, 1, memory_order_relaxed); in ref_retain_group()