Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_host.c143 vmci_ctx_destroy(vmci_host_dev->context); in vmci_host_close()
342 vmci_ctx_destroy(vmci_host_dev->context); in vmci_host_do_init_context()
1007 vmci_ctx_destroy(host_context); in vmci_host_init()
1023 vmci_ctx_destroy(host_context); in vmci_host_exit()
H A Dvmci_context.h129 void vmci_ctx_destroy(struct vmci_ctx *context);
H A Dvmci_context.c188 void vmci_ctx_destroy(struct vmci_ctx *context) in vmci_ctx_destroy() function