Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_event.c38 static struct list_head subscriber_array[VMCI_EVENT_MAX];
45 for (i = 0; i < VMCI_EVENT_MAX; i++) in vmci_event_init()
56 for (e = 0; e < VMCI_EVENT_MAX; e++) { in vmci_event_exit()
79 for (e = 0; e < VMCI_EVENT_MAX; e++) { in event_find()
162 sub->id = VMCI_EVENT_MAX; in vmci_event_subscribe()
/Linux-v4.19/include/linux/
Dvmw_vmci_defs.h281 VMCI_EVENT_MAX = 7, enumerator
294 #define VMCI_EVENT_VALID(_event) ((_event) < VMCI_EVENT_MAX && \