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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c302 static lbolt_cpu_t *lb_cpu; variable
994 lb_cpu = (lbolt_cpu_t *)P2ROUNDUP(buf, CPU_CACHE_COHERENCE_SIZE);
997 lb_cpu[i].lbc_counter = lb_info->lbi_thresh_calls;
2490 if ((lb - lb_cpu[cpu].lbc_cnt_start) < lb_info->lbi_thresh_interval) {
2492 if (--lb_cpu[cpu].lbc_counter == 0) {
2497 lb_cpu[cpu].lbc_counter = lb_info->lbi_thresh_calls;
2498 lb_cpu[cpu].lbc_cnt_start = lb;
2520 lb_cpu[cpu].lbc_counter = lb_info->lbi_thresh_calls;
2521 lb_cpu[cpu].lbc_cnt_start = lb;
2542 if ((lb - lb_cpu[cp
[all...]

Completed in 64 milliseconds