Searched refs:OSTicks (Results 1 – 9 of 9) sorted by relevance
156 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()194 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()1038 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()1039 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
159 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()197 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()1060 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()1061 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
183 gki_cb.com.OSTicks = (UINT32) times(0); in GKI_init()221 return (gki_cb.com.OSTicks); in GKI_get_os_tick_count()1295 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()1296 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
152 return gki_cb.com.OSTicks; in GKI_get_tick_count()395 gki_cb.com.OSTicks += ticks_since_last_update; in GKI_timer_update()
263 UINT32 OSTicks; /* system ticks from start */ member