Home
last modified time | relevance | path

Searched refs:grp_log (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/libkern/os/
H A Drefcnt.c112 if (grp->grp_log == NULL) { in ref_log_op()
117 btlog_record((btlog_t)grp->grp_log, elem, op, in ref_log_op()
129 if (grp->grp_log == NULL) { in ref_log_drop()
134 btlog_erase(grp->grp_log, elem); in ref_log_drop()
141 if (grp->grp_log != NULL) { in os_ref_log_init()
161 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
173 if (grp->grp_log == NULL) { in os_ref_log_fini()
177 btlog_destroy(grp->grp_log); in os_ref_log_fini()
178 grp->grp_log = NULL; in os_ref_log_fini()
H A Drefcnt_internal.h26 void *grp_log; /* refcount logging context */ member
132 .grp_log = NULL, \
/xnu-8792.41.9/tools/lldbmacros/
H A Drefgrp.py20 refgrp.grp_release_total, refgrp.grp_log)