Lines Matching refs:ct_id
215 if (ct1->ct_id < ct2->ct_id) in contract_compar()
217 if (ct1->ct_id > ct2->ct_id) in contract_compar()
295 ct->ct_id = id_alloc(contract_ids); in contract_ctor()
329 id_free(contract_ids, ct->ct_id); in contract_ctor()
419 id_free(contract_ids, ct->ct_id); in contract_rele()
717 ct->ct_id); in contract_ack_inval()
726 ct->ct_id); in contract_qack_inval()
993 (ct->ct_state == CTS_INHERITED) ? ct->ct_regent->ct_id : 0); in contract_status_common()
1021 STRUCT_FSET(lstatus, ctst_id, ct->ct_id); in contract_status_common()
1149 res = ct ? ct->ct_id : -1; in contract_type_max()
1168 res = ct ? ct->ct_id : -1; in contract_max()
1188 template.ct_id = current; in contract_lookup_common()
1195 res = ct ? ct->ct_id : -1; in contract_lookup_common()
1251 template.ct_id = current; in contract_plookup()
1263 res = ct ? ct->ct_id : -1; in contract_plookup()
1270 res = ct ? ct->ct_id : -1; in contract_plookup()
1289 template.ct_id = id; in contract_ptr_common()
2619 STRUCT_FSET(ev, ctev_id, temp->cte_contract->ct_id); in cte_get_event()