Home
last modified time | relevance | path

Searched refs:vmci_ctx_qp_exists (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/misc/vmw_vmci/
Dvmci_context.h149 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle);
Dvmci_queue_pair.c1733 if (!is_local && vmci_ctx_qp_exists(context, handle)) { in qp_broker_alloc()
1986 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_set_page_store()
2097 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_detach()
2226 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_map()
2336 if (!vmci_ctx_qp_exists(context, handle)) { in vmci_qp_broker_unmap()
Dvmci_context.c1160 bool vmci_ctx_qp_exists(struct vmci_ctx *context, struct vmci_handle handle) in vmci_ctx_qp_exists() function