Home
last modified time | relevance | path

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

/linux-4.19.296/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.c170 while (vmci_ctx_exists(cid)) { in vmci_ctx_create()
378 bool vmci_ctx_exists(u32 cid) in vmci_ctx_exists() function