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

/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_event.c37 static struct list_head subscriber_array[VMCI_EVENT_MAX];
44 for (i = 0; i < VMCI_EVENT_MAX; i++) vmci_event_init()
55 for (e = 0; e < VMCI_EVENT_MAX; e++) { vmci_event_exit()
78 for (e = 0; e < VMCI_EVENT_MAX; e++) { event_find()
161 sub->id = VMCI_EVENT_MAX; vmci_event_subscribe()
/linux-4.4.14/include/linux/
H A Dvmw_vmci_defs.h288 VMCI_EVENT_MAX = 7, enumerator in enum:__anon13302
301 #define VMCI_EVENT_VALID(_event) ((_event) < VMCI_EVENT_MAX && \

Completed in 97 milliseconds