Searched refs:lpQueue (Results 1 – 1 of 1) sorted by relevance
23 static __inline__ int set_inUse( struct ItLpQueue * lpQueue ) in set_inUse() argument26 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() argument46 lpQueue->xInUseWord = 0; in clear_inUse()53 struct HvLpEvent * ItLpQueue_getNextLpEvent( struct ItLpQueue * lpQueue ) in ItLpQueue_getNextLpEvent() argument56 (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 …]