Searched refs:n_recids (Results 1 – 2 of 2) sorted by relevance
671 ASSERT(rtxnp->rec_idx < rtxnp->n_recids); in role_swap_dtree()673 if (rtxnp->rec_idx >= rtxnp->n_recids || rtxnp->rec_idx <= 0) { in role_swap_dtree()1206 rtxnp->rec_idx, rtxnp->n_recids, (void *) rtxnp->recids, in dump_txn()1522 rtxnp->n_recids += n_added; in list_relations()1543 if (rtxnp->n_recids == 0) { in alloc_recids()1548 rtxnp->n_recids += 1; /* terminator */ in alloc_recids()1550 rtxnp->recids = kmem_alloc(sizeof (mddb_recid_t) * rtxnp->n_recids, in alloc_recids()1558 (sizeof (mddb_recid_t) * rtxnp->n_recids)); in alloc_recids()1605 rtxnp->n_recids = 0; /* accumulated by list_relations() */ in build_dtree()1623 if ((!family) || (rtxnp->n_recids == 0)) { in build_dtree()[all …]
116 int n_recids; member