Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp123 const uint16_t* coresCount = in getCpuDataByInterface() local
125 if (coresCount == nullptr) in getCpuDataByInterface()
130 asyncResp->res.jsonValue["TotalCores"] = *coresCount; in getCpuDataByInterface()