Searched refs:lbi_debug_time (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dclock_impl.h71 int64_t lbi_debug_time; /* time spent in the debugger */ member in struct:lbolt_info
99 lb_info->lbi_debug_time) : \
100 (lb_info->lbi_internal - lb_info->lbi_debug_time)))
111 (lb_info->lbi_internal - lb_info->lbi_debug_time) : \
126 ((gethrtime()/nsec_per_tick) - 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.c1018 * and store it in the lbi_debug_time field of the lbolt info structure.
1022 lb_info->lbi_internal = lb_info->lbi_debug_time =
2528 ASSERT(lb >= lb_info->lbi_debug_time);
2530 return (lb - lb_info->lbi_debug_time);
2568 ASSERT(lb >= lb_info->lbi_debug_time);
2570 return (lb - lb_info->lbi_debug_time);
2664 lb_info->lbi_debug_time +=
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1810 return ((ts/nsec) - lbi.lbi_debug_time);

Completed in 94 milliseconds