Searched refs:ct_ref (Results 1 – 2 of 2) sorted by relevance
304 ct->ct_ref = 2; /* one for the holder, one for "latest" */ in contract_ctor()392 ASSERT(ct->ct_ref > 0); in contract_rele()393 nref = --ct->ct_ref; in contract_rele()446 ASSERT(ct->ct_ref < UINT64_MAX); in contract_hold()447 ct->ct_ref++; in contract_hold()1302 if (ct->ct_ref) { in contract_ptr_common()1303 ct->ct_ref++; in contract_ptr_common()
262 uint64_t ct_ref; /* reference count */ member