Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DItLpQueue.c55 struct HvLpEvent * nextLpEvent = in ItLpQueue_getNextLpEvent() local
57 if ( nextLpEvent->xFlags.xValid ) { in ItLpQueue_getNextLpEvent()
61 lpQueue->xSlicCurEventPtr += ((nextLpEvent->xSizeMinus1 + in ItLpQueue_getNextLpEvent()
70 nextLpEvent = NULL; in ItLpQueue_getNextLpEvent()
72 return nextLpEvent; in ItLpQueue_getNextLpEvent()
78 struct HvLpEvent * nextLpEvent; in ItLpQueue_isLpIntPending() local
80 nextLpEvent = (struct HvLpEvent *)lpQueue->xSlicCurEventPtr; in ItLpQueue_isLpIntPending()
81 retval = nextLpEvent->xFlags.xValid | lpQueue->xPlicOverflowIntPending; in ItLpQueue_isLpIntPending()
111 struct HvLpEvent * nextLpEvent; in ItLpQueue_process() local
123 nextLpEvent = ItLpQueue_getNextLpEvent( lpQueue ); in ItLpQueue_process()
[all …]