Searched refs:pstat (Results 1 – 2 of 2) sorted by relevance
220 MKSGuestStatCounter *pstat; in vmw_svga_winsys_add_stats() local235 pstat = vmw_mksstat_get_pstat(area, pg_size); in vmw_svga_winsys_add_stats()255 pinfo->stat.counter = pstat + i; in vmw_svga_winsys_add_stats()279 .stat = (uintptr_t)pstat, in vmw_svga_winsys_add_stats()782 MKSGuestStatCounter *pstat; in vmw_svga_winsys_stats_inc() local786 pstat = vmw_mksstat_get_pstat(vws->mksstat_tls[slot].stat_pages, getpagesize()); in vmw_svga_winsys_stats_inc()788 __atomic_fetch_add(&pstat[index].count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_inc()
1094 struct stat pstat; in bc_read_file() local1098 if (fstat(fileno(f), &pstat) == -1) goto malloc_err; in bc_read_file()1100 if (S_ISDIR(pstat.st_mode)) { in bc_read_file()