Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvLpConfig.h194 return HvCallCfg_getSharedProcUnits(HvLpConfig_getLpIndex(),HvCallCfg_Cur); in HvLpConfig_getSharedProcUnits()
199 return HvCallCfg_getSharedProcUnits(HvLpConfig_getLpIndex(),HvCallCfg_Min); in HvLpConfig_getMinSharedProcUnits()
204 return HvCallCfg_getSharedProcUnits(HvLpConfig_getLpIndex(),HvCallCfg_Max); in HvLpConfig_getMaxSharedProcUnits()
DHvCallCfg.h194 static inline u64 HvCallCfg_getSharedProcUnits(HvLpIndex lp,enum HvCallCfg_ReqQual qual) in HvCallCfg_getSharedProcUnits() function