Searched refs:counterTime (Results 1 – 2 of 2) sorted by relevance
122 MKSGuestStatCounterTime *counterTime; member267 pinfo->stat.counterTime = pstatTime + i; in vmw_svga_winsys_add_stats()808 …tf->counterTime = vmw_mksstat_get_pstat_time(vws->mksstat_tls[slot].stat_pages, getpagesize()) + i… in vmw_svga_winsys_stats_time_push()835 MKSGuestStatCounterTime *const counterTime = tf->counterTime; in vmw_svga_winsys_stats_time_pop() local840 __atomic_fetch_add(&counterTime->counter.count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()841 __atomic_fetch_add(&counterTime->selfCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()842 __atomic_fetch_add(&counterTime->totalCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()845 MKSGuestStatCounterTime *const counterTime = tf->enclosing->counterTime; in vmw_svga_winsys_stats_time_pop() local847 assert(counterTime); in vmw_svga_winsys_stats_time_pop()849 __atomic_fetch_sub(&counterTime->selfCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()
98 void *counterTime; member