Home
last modified time | relevance | path

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.c285 int64_t lbolt_event_driven(void);
1034 lbolt_hybrid = lbolt_event_driven; in clock_init()
2473 lbolt_event_driven(void) in lbolt_event_driven() function
2591 if (lbolt_hybrid == lbolt_event_driven) { in lbolt_cyclic()
2600 lbolt_hybrid = lbolt_event_driven; in lbolt_cyclic()