Searched refs:lgrp_ticks (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ | ||
H A D | clock.c | 322 static int lgrp_ticks; /* counter to schedule lgrp load calcs */ variable 471 if (lgrp_ticks++ >= hz / 10) { 472 lgrp_ticks = 0; |
Completed in 48 milliseconds