mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-23 07:49:08 +00:00
535.43.02
This commit is contained in:
@@ -57,11 +57,11 @@ extern "C" {
|
||||
* For every successful iteration, pGpuItr will point to the GPU being looped over.
|
||||
* After all the iterations are complete, pGpuItr will be NULL.
|
||||
*/
|
||||
#define GPUBOOSTMGR_ITR_START(pBoostMgr, grpId, pGpuItr) \
|
||||
{ \
|
||||
NvU32 itrIdx = 0; \
|
||||
NV_ASSERT(NULL != (pBoostMgr)); \
|
||||
while (NULL != ((pGpuItr) = gpuboostmgrGpuItr((pBoostMgr), (grpId), &(itrIdx)))) \
|
||||
#define GPUBOOSTMGR_ITR_START(pBoostMgr, grpId, pGpuItr) \
|
||||
{ \
|
||||
NvU32 itrIdx = 0; \
|
||||
NV_ASSERT(NULL != (pBoostMgr)); \
|
||||
while (NULL != ((pGpuItr) = gpuboostmgrGpuItr((pBoostMgr), (grpId), &(itrIdx)))) \
|
||||
{
|
||||
|
||||
#define GPUBOOSTMGR_ITR_END \
|
||||
|
||||
Reference in New Issue
Block a user