Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_route.c161 if (vmci_ctx_exists(dst->context)) { in vmci_route()
Dvmci_context.h146 bool vmci_ctx_exists(u32 cid);
Dvmci_context.c164 while (vmci_ctx_exists(cid)) { in vmci_ctx_create()
372 bool vmci_ctx_exists(u32 cid) in vmci_ctx_exists() function