itime 133 opal/mca/pstat/linux/pstat_linux_module.c int len, itime; itime 234 opal/mca/pstat/linux/pstat_linux_module.c itime = strtoul(ptr, &ptr, 10); /* utime */ itime 235 opal/mca/pstat/linux/pstat_linux_module.c itime += strtoul(ptr, &ptr, 10); /* add the stime */ itime 237 opal/mca/pstat/linux/pstat_linux_module.c dtime = (double)itime / (double)HZ;