HOTPLUG_MAXEVENTS   35 dev/hotplug.c  static struct hotplug_event evqueue[HOTPLUG_MAXEVENTS];
HOTPLUG_MAXEVENTS   45 dev/hotplug.c  #define EVQUEUE_NEXT(p) (p == HOTPLUG_MAXEVENTS - 1 ? 0 : p + 1)
HOTPLUG_MAXEVENTS   87 dev/hotplug.c  	if (evqueue_count == HOTPLUG_MAXEVENTS && opened) {
HOTPLUG_MAXEVENTS   94 dev/hotplug.c  	if (evqueue_count == HOTPLUG_MAXEVENTS)