Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c219 MKSGuestStatCounter *pstat; in vmw_svga_winsys_add_stats() local
234 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() local
785 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()
/third_party/boost/boost/stacktrace/detail/
Daddr2line_impls.hpp107 int pstat = 0; in ~addr2line_pipe() local
109 ::waitpid(pid, &pstat, 0); in ~addr2line_pipe()
/third_party/toybox/toys/pending/
Dbc.c1094 struct stat pstat; in bc_read_file() local
1098 if (fstat(fileno(f), &pstat) == -1) goto malloc_err; in bc_read_file()
1100 if (S_ISDIR(pstat.st_mode)) { in bc_read_file()