Home
last modified time | relevance | path

Searched refs:timebase (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cpc/common/
H A Dtime.c38 static hrtime_t timebase; variable
43 timebase = gethrtime(); in zerotime()
53 return ((float)(hrt - timebase) / NSECPERSEC); in mstimestamp()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.h463 uint32_t timebase; /* internal timer in seconds */ member
H A Daac.c6627 ASSERT(softs->time_sync <= softs->timebase); in aac_sync_tick()
6641 softs->time_sync = softs->timebase; in aac_sync_tick()
6661 ASSERT(softs->time_out <= softs->timebase); in aac_daemon()
6663 softs_timebase = softs->timebase; in aac_daemon()
6697 softs->time_out = softs->timebase + aac_tick; in aac_daemon()
6767 softs->timebase += aac_tick; in aac_timer()
6770 if (softs->time_out && softs->time_out <= softs->timebase) in aac_timer()
6772 if (softs->time_sync && softs->time_sync <= softs->timebase) in aac_timer()