Searched defs:iCountDown (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1268 unsigned iCountDown = 64; local
1283 iCountDown = 64;
1288 if (!iCountDown)
1291 iCountDown--;
1313 iCountDown = 10240;
1330 iCountDown = 10240;
1336 if (--iCountDown == 0)
1343 iCountDown = 10240;

Completed in 53 milliseconds