Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DItLpQueue.c23 static __inline__ int set_inUse( struct ItLpQueue * lpQueue ) in set_inUse() argument
26 u32 * inUseP = &(lpQueue->xInUseWord); in set_inUse()
37 : "=&r" (t), "=m" (lpQueue->xInUseWord) in set_inUse()
38 : "r" (inUseP), "m" (lpQueue->xInUseWord) in set_inUse()
44 static __inline__ void clear_inUse( struct ItLpQueue * lpQueue ) in clear_inUse() argument
46 lpQueue->xInUseWord = 0; in clear_inUse()
53 struct HvLpEvent * ItLpQueue_getNextLpEvent( struct ItLpQueue * lpQueue ) in ItLpQueue_getNextLpEvent() argument
56 (struct HvLpEvent *)lpQueue->xSlicCurEventPtr; in ItLpQueue_getNextLpEvent()
61 lpQueue->xSlicCurEventPtr += ((nextLpEvent->xSizeMinus1 + in ItLpQueue_getNextLpEvent()
66 if (lpQueue->xSlicCurEventPtr > lpQueue->xSlicLastValidEventPtr) in ItLpQueue_getNextLpEvent()
[all …]