pss               222 opal/dss/dss_copy.c     p->pss = src->pss;
pss               163 opal/dss/dss_open_close.c     obj->pss = 0.0;
pss               504 opal/dss/dss_pack.c         if (OPAL_SUCCESS != (ret = opal_dss_pack_float(buffer, &ptr[i]->pss, 1, OPAL_FLOAT))) {
pss               662 opal/dss/dss_print.c              prefx, (long)src->time.tv_sec, (long)src->time.tv_usec, src->percent_cpu, src->pss, src->vsize, src->peak_vsize, src->rss);
pss               196 opal/dss/dss_types.h     float pss;   /* in MBytes */
pss               646 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_float(buffer, &ptr[i]->pss, &m, OPAL_FLOAT))) {
pss               125 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     double pss = 0.0, rss = 0.0;
pss               142 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sscanf(line, "Pss: %lf", &pss);
pss               143 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             *_pss += pss;
pss               147 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             *_rss += pss;
pss               334 opal/mca/pstat/linux/pstat_linux_module.c                 stats->pss += convert_value(value);
pss               124 orte/orted/orted_comm.c     float pss;
pss              1346 orte/orted/orted_comm.c         opal_dss.pack(answer, &pstat.pss, 1, OPAL_FLOAT);
pss              1349 orte/orted/orted_comm.c         pss = 0.0;
pss              1357 orte/orted/orted_comm.c                     pss += pstat.pss;
pss              1365 orte/orted/orted_comm.c             pss /= (float)num_replies;
pss              1367 orte/orted/orted_comm.c         opal_dss.pack(answer, &pss, 1, OPAL_FLOAT);
pss              3289 orte/orted/orted_submit.c     float dpss, pss;
pss              3307 orte/orted/orted_submit.c     if (OPAL_SUCCESS != opal_dss.unpack(buffer, &pss, &cnt, OPAL_FLOAT)) {
pss              3311 orte/orted/orted_submit.c     fprintf(stderr, "\tDaemon: %8.2fM\tProcs: %8.2fM\n", dpss, pss);
pss               502 orte/orted/pmix/pmix_server_gen.c     float pss;
pss               616 orte/orted/pmix/pmix_server_gen.c                         kv->data.fval = pstat.pss;
pss               620 orte/orted/pmix/pmix_server_gen.c                         pss = 0.0;
pss               628 orte/orted/pmix/pmix_server_gen.c                                     pss += pstat.pss;
pss               636 orte/orted/pmix/pmix_server_gen.c                             pss /= (float)num_replies;
pss               641 orte/orted/pmix/pmix_server_gen.c                         kv->data.fval = pss;