Searched defs:mylbolt (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | clock_tick.c | 292 clock_tick_process(cpu_t *cp, clock_t mylbolt, int pending) argument 403 * more than once, hence the lbolt check. mylbolt 416 if ((!notick) && (t->t_lbolt < mylbolt)) { 417 t->t_lbolt = mylbolt; 529 clock_tick_execute_common(int start, int scan, int end, clock_t mylbolt, argument 543 clock_tick_process(CPU, mylbolt, pending); 553 clock_tick_process(cp, mylbolt, pending); 560 clock_tick_process(cp, mylbolt, pending); 570 clock_t mylbolt; local 602 mylbolt [all...] |
Completed in 44 milliseconds