Searched refs:pstat (Results 1 – 3 of 3) sorted by relevance
219 MKSGuestStatCounter *pstat; in vmw_svga_winsys_add_stats() local234 pstat = vmw_mksstat_get_pstat(area, pg_size); in vmw_svga_winsys_add_stats()254 pinfo->stat.counter = pstat + i; in vmw_svga_winsys_add_stats()278 .stat = (uintptr_t)pstat, in vmw_svga_winsys_add_stats()781 MKSGuestStatCounter *pstat; in vmw_svga_winsys_stats_inc() local785 pstat = vmw_mksstat_get_pstat(vws->mksstat_tls[slot].stat_pages, getpagesize()); in vmw_svga_winsys_stats_inc()787 __atomic_fetch_add(&pstat[index].count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_inc()
107 int pstat = 0; in ~addr2line_pipe() local109 ::waitpid(pid, &pstat, 0); in ~addr2line_pipe()
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()