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

/illumos-gate/usr/src/uts/common/sys/
H A Dclock_impl.h79 extern int64_t lbolt_event_driven(void);
97 (lbolt_hybrid == lbolt_event_driven ? \
112 lbolt_event_driven())
125 (lbolt_hybrid == lbolt_event_driven ? \
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c268 * ddi_get_lbolt64(), and will point to lbolt_event_driven() or
270 * are exceeded, lbolt_event_driven() will reprogram the lbolt cyclic to
283 int64_t lbolt_event_driven(void);
1030 lbolt_hybrid = lbolt_event_driven;
2427 * of calls to lbolt_event_driven() exceeds the (per CPU) threshold within a
2474 lbolt_event_driven(void) function
2592 if (lbolt_hybrid == lbolt_event_driven) {
2601 lbolt_hybrid = lbolt_event_driven;
2632 * accumulated in the lb_info structure and used by lbolt_event_driven() and

Completed in 62 milliseconds