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

/illumos-gate/usr/src/uts/common/sys/
H A Dclock_impl.h78 extern int64_t lbolt_bootstrap(void);
96 (lbolt_hybrid == lbolt_bootstrap ? 0 : \
124 (lbolt_hybrid == lbolt_bootstrap ? 0 : \
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c278 * lbolt_bootstrap is used during boot to serve lbolt consumers who don't wait
282 int64_t lbolt_bootstrap(void);
285 int64_t (*lbolt_hybrid)(void) = lbolt_bootstrap;
1019 * lbolt_hybrid points at lbolt_bootstrap until now. The LBOLT_* macros
2433 lbolt_bootstrap(void) function
2638 if (lbolt_hybrid != lbolt_bootstrap) {
2654 if (lbolt_hybrid != lbolt_bootstrap) {

Completed in 76 milliseconds