Lines Matching refs:MIi_LockForPxi
699 static int MIi_LockForPxi( volatile BOOL* finishFlag, u32* ptr );
1147 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoAllocWram()
1233 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoAllocWramSlot()
1303 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoFreeWram()
1396 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoFreeWramSlot()
1470 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoSwitchWram()
1568 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoSwitchWramSlot()
1670 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoReserveWram()
1761 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoReserveWramSlot()
1826 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoCancelWram()
1917 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoCancelWramSlot()
1964 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoLockWramSlots()
2027 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoUnlockWramSlots()
2084 if ( ! MIi_LockForPxi( &finished, &result ) ) in MI_GetWramReservation()
2156 if ( ! MIi_LockForPxi( &finished, &result ) ) in MIi_DoGetAllocatableWramSlot()
2243 static int MIi_LockForPxi( volatile BOOL* finishFlag, u32* ptr ) in MIi_LockForPxi() function