Searched refs:vmci_ctx_qp_exists (Results 1 – 3 of 3) sorted by relevance
157 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle);
1816 if (!is_local && vmci_ctx_qp_exists(context, handle)) { in qp_broker_alloc()2066 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_set_page_store()2177 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_detach()2313 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_map()2424 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_unmap()
1160 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_exists() function