Searched refs:grp_log (Results 1 – 3 of 3) sorted by relevance
110 if (grp->grp_log == NULL) { in ref_log_op()115 btlog_record((btlog_t)grp->grp_log, elem, op, in ref_log_op()127 if (grp->grp_log == NULL) { in ref_log_drop()132 btlog_erase(grp->grp_log, elem); in ref_log_drop()139 if (grp->grp_log != NULL) { in os_ref_log_init()159 grp->grp_log = btlog_create(BTLOG_HASH, in os_ref_log_init()171 if (grp->grp_log == NULL) { in os_ref_log_fini()175 btlog_destroy(grp->grp_log); in os_ref_log_fini()176 grp->grp_log = NULL; in os_ref_log_fini()
26 void *grp_log; /* refcount logging context */ member132 .grp_log = NULL, \
20 refgrp.grp_release_total, refgrp.grp_log)