Searched refs:psinfo (Results 1 – 4 of 4) sorted by relevance
596 psinfo_t psinfo; in uv_resident_set_memory() local606 if (read(fd, &psinfo, sizeof(psinfo)) == sizeof(psinfo)) { in uv_resident_set_memory()607 *rss = (size_t)psinfo.pr_rssize * 1024; in uv_resident_set_memory()
995 psinfo_t psinfo; in uv_resident_set_memory() local1007 if (read(fd, &psinfo, sizeof(psinfo)) == sizeof(psinfo)) { in uv_resident_set_memory()1008 *rss = (size_t)psinfo.pr_rssize * 1024; in uv_resident_set_memory()
58 struct si_shader_info *psinfo = ps ? &ps->selector->info : NULL; in si_emit_spi_map() local70 union si_input_info input = psinfo->input[i]; in si_emit_spi_map()
45517 struct memelfnote psinfo; member