Searched refs:lbc_counter (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dclock_impl.h58 int64_t lbc_counter; /* number of calls to the DDI lbolt routines */ member in struct:lbolt_cpu
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c997 lb_cpu[i].lbc_counter = lb_info->lbi_thresh_calls;
2492 if (--lb_cpu[cpu].lbc_counter == 0) {
2497 lb_cpu[cpu].lbc_counter = lb_info->lbi_thresh_calls;
2520 lb_cpu[cpu].lbc_counter = lb_info->lbi_thresh_calls;
2545 if (lb_cpu[cpu].lbc_counter == 0)
2553 lb_cpu[cpu].lbc_counter--;
2559 lb_cpu[cpu].lbc_counter = lb_info->lbi_thresh_calls;

Completed in 48 milliseconds