HomeSort by relevance Sort by last modified time
    Searched refs:runt (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/test/
recover3.go 34 runt, ok := v.(runtime.Error)
40 s := runt.Error()
  /prebuilts/go/linux-x86/test/
recover3.go 34 runt, ok := v.(runtime.Error)
40 s := runt.Error()
  /external/fio/
idletime.c 327 uint64_t runt; local
356 runt = utime_since(&ipt->tps, &ipt->tpe);
357 if (runt)
358 ipt->idleness = ipt->loops * ipc.cali_mean / runt;
stat.c 391 unsigned long min, max, runt; local
403 runt = ts->runtime[ddir];
405 bw = (1000 * ts->io_bytes[ddir]) / runt;
410 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;
749 double runt = (double) runtime; local
751 usr_cpu = (double) ts->usr_time * 100 / runt;
752 sys_cpu = (double) ts->sys_time * 100 / runt;
832 uint64_t runt = ts->runtime[ddir]; local
834 bw = ((1000 * ts->io_bytes[ddir]) / runt) / 1024; /* KiB/s */
835 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt;
916 uint64_t runt = ts->runtime[ddir]; local
1033 double runt = (double) ts->total_run_time; local
1098 double runt = (double) ts->total_run_time; local
1202 double runt = (double) ts->total_run_time; local
    [all...]
gclient.c 799 double runt = (double) runtime; local
801 usr_cpu = (double) ts->usr_time * 100 / runt;
802 sys_cpu = (double) ts->sys_time * 100 / runt;
1155 unsigned long min[3], max[3], runt; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
via-rhine.c 511 unsigned long runt:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon38191
    [all...]

Completed in 585 milliseconds