Searched refs:VMCI_RESERVED_CID_LIMIT (Results 1 – 2 of 2) sorted by relevance
164 cid = max(cid, VMCI_RESERVED_CID_LIMIT - 1) + 1; in vmci_ctx_create()166 cid = VMCI_RESERVED_CID_LIMIT; in vmci_ctx_create()
230 #define VMCI_RESERVED_CID_LIMIT ((u32) 16) macro
Completed in 7 milliseconds