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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c322 static int lgrp_ticks; /* counter to schedule lgrp load calcs */ variable
471 if (lgrp_ticks++ >= hz / 10) {
472 lgrp_ticks = 0;

Completed in 72 milliseconds