Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/
H A Drefgrp.py19 refgrp.grp_count, refgrp.grp_retain_total,
75 if task_refgrp[i].grp_retain_total != 0:
86 if g.grp_retain_total != 0:
114 if grp[i].grp_retain_total != 0:
/xnu-8020.140.41/tests/
H A Dos_refcnt.c210 T_ASSERT_EQ_ULLONG(g1.grp_retain_total, 1ULL, "group retains");
218 T_EXPECT_EQ_ULLONG(g1.grp_retain_total, 3ULL, "group retains");
/xnu-8020.140.41/libkern/os/
H A Drefcnt_internal.h23 _Atomic uint64_t grp_retain_total; member
129 .grp_retain_total = ATOMIC_VAR_INIT(0u), \
H A Drefcnt.c227 atomic_fetch_add_explicit(&grp->grp_retain_total, init_count, memory_order_relaxed); in ref_attach_to_group()
245 atomic_fetch_add_explicit(&grp->grp_retain_total, 1, memory_order_relaxed); in ref_retain_group()