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

/illumos-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)))
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1011 * and store it in the lbi_debug_time field of the lbolt info structure.
1015 lb_info->lbi_internal = lb_info->lbi_debug_time =
2524 ASSERT(lb >= lb_info->lbi_debug_time);
2526 return (lb - lb_info->lbi_debug_time);
2564 ASSERT(lb >= lb_info->lbi_debug_time);
2566 return (lb - lb_info->lbi_debug_time);
2660 lb_info->lbi_debug_time +=
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1810 return ((ts/nsec) - lbi.lbi_debug_time);

Completed in 66 milliseconds