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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dclock_impl.h72 int64_t lbi_internal; /* lbolt source when on cyclic mode */ member in struct:lbolt_info
100 (lb_info->lbi_internal - lb_info->lbi_debug_time)))
111 (lb_info->lbi_internal - lb_info->lbi_debug_time) : \
127 (lb_info->lbi_internal - lb_info->lbi_debug_time)))
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock.c1022 lb_info->lbi_internal = lb_info->lbi_debug_time =
2454 lb_info->lbi_internal = (ts/nsec_per_tick);
2467 lb_info->lbi_cyc_deac_start = lb_info->lbi_internal;
2536 int64_t lb = lb_info->lbi_internal;
2585 lb_info->lbi_internal++;
2622 if (lb_info->lbi_internal - lb_info->lbi_cyc_deac_start >=
2625 lb_info->lbi_cyc_deac_start = lb_info->lbi_internal;
2663 lb_info->lbi_internal = (ts/nsec_per_tick);

Completed in 49 milliseconds