Home
last modified time | relevance | path

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

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