Home
last modified time | relevance | path

Searched refs:VMCI_EVENT_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_event.c31 static struct list_head subscriber_array[VMCI_EVENT_MAX];
38 for (i = 0; i < VMCI_EVENT_MAX; i++) in vmci_event_init()
49 for (e = 0; e < VMCI_EVENT_MAX; e++) { in vmci_event_exit()
72 for (e = 0; e < VMCI_EVENT_MAX; e++) { in event_find()
158 sub->id = VMCI_EVENT_MAX; in vmci_event_subscribe()
/openbmc/linux/include/linux/
H A Dvmw_vmci_defs.h346 VMCI_EVENT_MAX = 7, enumerator
359 #define VMCI_EVENT_VALID(_event) ((_event) < VMCI_EVENT_MAX && \