Searched refs:p_FmSp (Results 1 – 2 of 2) sorted by relevance
769 ASSERT_COND(p_Fm->p_FmSp); in FreeVSPsForPartition()2935 p_FmPcdSp = p_Fm->p_FmSp; in FmVSPCheckRelativeProfile()2971 p_FmPcdSp = p_Fm->p_FmSp; in FmVSPGetAbsoluteProfileId()3344 if (!p_Fm->p_FmSp) in FM_Config()3352 memset(p_Fm->p_FmSp, 0, sizeof(t_FmSp)); in FM_Config()3736 if (p_Fm->p_FmSp) in FM_Free()3738 XX_Free(p_Fm->p_FmSp); in FM_Free()3739 p_Fm->p_FmSp = NULL; in FM_Free()3776 if (p_Fm->p_FmSp) in FM_Free()3778 XX_Free(p_Fm->p_FmSp); in FM_Free()[all …]
621 t_FmSp *p_FmSp; member