Searched refs:xInternalObjectHandle (Results 1 – 1 of 1) sorted by relevance
77 OpaqueObjectHandle_t xInternalObjectHandle; member263 if( xKernelObjectPool[ i ].xInternalObjectHandle == NULL ) in MPU_GetFreeIndexInKernelObjectPool()266 xKernelObjectPool[ i ].xInternalObjectHandle = ( OpaqueObjectHandle_t ) ( ~0 ); in MPU_GetFreeIndexInKernelObjectPool()284 xKernelObjectPool[ lIndex ].xInternalObjectHandle = NULL; in MPU_SetIndexFreeInKernelObjectPool()301 if( ( xKernelObjectPool[ i ].xInternalObjectHandle == xHandle ) && in MPU_GetIndexForHandle()319 xKernelObjectPool[ lIndex ].xInternalObjectHandle = xHandle; in MPU_StoreHandleAndDataAtIndex()334 xObjectHandle = xKernelObjectPool[ lIndex ].xInternalObjectHandle; in MPU_GetHandleAtIndex()424 … if( ( ( TimerHandle_t ) xKernelObjectPool[ i ].xInternalObjectHandle == xInternalHandle ) && in MPU_TimerCallback()