Searched refs:OSTicks (Results 1 – 6 of 6) sorted by relevance
155 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()193 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()1039 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()1040 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
158 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()196 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()1062 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()1063 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
150 return gki_cb.com.OSTicks; in GKI_get_tick_count()393 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()
269 UINT32 OSTicks; /* system ticks from start */ member