Searched refs:vmci_qp_broker_detach (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 150 int vmci_qp_broker_detach(struct vmci_handle handle, struct vmci_ctx *context);
|
H A D | vmci_host.c | 506 vmci_status = vmci_qp_broker_detach(handle, in vmci_host_do_alloc_queuepair() 650 result = vmci_qp_broker_detach(detach_info.handle, in vmci_host_do_qp_detach()
|
H A D | vmci_context.c | 444 if (vmci_qp_broker_detach(temp_handle, in ctx_free_ctx() 447 * When vmci_qp_broker_detach() succeeds it in ctx_free_ctx()
|
H A D | vmci_queue_pair.c | 1867 result = vmci_qp_broker_detach(handle, context); in qp_detatch_host_work() 2077 int vmci_qp_broker_detach(struct vmci_handle handle, struct vmci_ctx *context) in vmci_qp_broker_detach() function
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 150 int vmci_qp_broker_detach(struct vmci_handle handle, struct vmci_ctx *context);
|
H A D | vmci_host.c | 508 vmci_status = vmci_qp_broker_detach(handle, in vmci_host_do_alloc_queuepair() 652 result = vmci_qp_broker_detach(detach_info.handle, in vmci_host_do_qp_detach()
|
H A D | vmci_context.c | 444 if (vmci_qp_broker_detach(temp_handle, in ctx_free_ctx() 447 * When vmci_qp_broker_detach() succeeds it in ctx_free_ctx()
|
H A D | vmci_queue_pair.c | 1869 result = vmci_qp_broker_detach(handle, context); in qp_detatch_host_work() 2082 int vmci_qp_broker_detach(struct vmci_handle handle, struct vmci_ctx *context) in vmci_qp_broker_detach() function
|
Completed in 14 milliseconds