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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dlpevents.c34 DEFINE_PER_CPU(unsigned long[HvLpEvent_Type_NumTypes], hvlpevent_counts);
36 static char *event_types[HvLpEvent_Type_NumTypes] = {
49 static LpEventHandler lpEventHandler[HvLpEvent_Type_NumTypes];
50 static unsigned lpEventHandlerPaths[HvLpEvent_Type_NumTypes];
145 if (event->xType < HvLpEvent_Type_NumTypes)
147 if (event->xType < HvLpEvent_Type_NumTypes &&
221 if (eventType < HvLpEvent_Type_NumTypes) {
233 if (eventType < HvLpEvent_Type_NumTypes) {
257 if ((eventType < HvLpEvent_Type_NumTypes) &&
270 if ((eventType < HvLpEvent_Type_NumTypes)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/iseries/
H A Dhv_lp_event.h94 #define HvLpEvent_Type_NumTypes 9 macro

Completed in 59 milliseconds