Lines Matching refs:ref_count
216 u32 ref_count; member
990 entry->qp.ref_count = 0; in qp_guest_endpoint_create()
1111 u32 ref_count = ~0; /* To avoid compiler warning below */ in qp_detatch_guest_work() local
1124 if (entry->qp.ref_count > 1) { in qp_detatch_guest_work()
1156 entry->qp.ref_count--; in qp_detatch_guest_work()
1157 if (entry->qp.ref_count == 0) in qp_detatch_guest_work()
1162 ref_count = entry->qp.ref_count; in qp_detatch_guest_work()
1166 if (ref_count == 0) in qp_detatch_guest_work()
1204 if (queue_pair_entry->qp.ref_count > 1) { in qp_alloc_guest_work()
1311 queue_pair_entry->qp.ref_count++; in qp_alloc_guest_work()
1322 queue_pair_entry->qp.ref_count == 1) { in qp_alloc_guest_work()
1430 entry->qp.ref_count = 1; in qp_broker_create()
1756 entry->qp.ref_count++; in qp_broker_attach()
2204 entry->qp.ref_count--; in vmci_qp_broker_detach()
2258 if (entry->qp.ref_count == 0) { in vmci_qp_broker_detach()
2501 entry->ref_count = 0; in vmci_qp_guest_endpoints_exit()