Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/vmw_vmci/
Dvmci_route.c153 if (vmci_ctx_exists(dst->context)) { in vmci_route()
Dvmci_context.h138 bool vmci_ctx_exists(u32 cid);
Dvmci_context.c162 while (vmci_ctx_exists(cid)) { in vmci_ctx_create()
370 bool vmci_ctx_exists(u32 cid) in vmci_ctx_exists() function