Home
last modified time | relevance | path

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

/xnu-12377.61.12/libkern/os/
H A Drefcnt.c117 if (grp->grp_log == NULL) { in ref_log_op()
122 btlog_record((btlog_t)grp->grp_log, elem, op, in ref_log_op()
134 if (grp->grp_log == NULL) { in ref_log_drop()
139 btlog_erase(grp->grp_log, elem); in ref_log_drop()
146 if (grp->grp_log != NULL) { in os_ref_log_init()
166 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()
178 if (grp->grp_log == NULL) { in os_ref_log_fini()
182 btlog_destroy(grp->grp_log); in os_ref_log_fini()
183 grp->grp_log = NULL; in os_ref_log_fini()
H A Drefcnt_internal.h25 void *grp_log; /* refcount logging context */ member
131 .grp_log = NULL, \
/xnu-12377.61.12/tools/lldbmacros/
H A Drefgrp.py18 refgrp.grp_release_total, refgrp.grp_log)