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

  /external/fio/
stat.h 188 uint32_t nr_ramp; member in struct:jobs_eta
eta.c 374 je->nr_ramp++;
495 if ((!je->eta_sec && !eta_good) || je->nr_ramp == je->nr_running)
client.c 944 je->nr_ramp = le32_to_cpu(je->nr_ramp);
970 dst->nr_ramp += je->nr_ramp;
    [all...]
gclient.c 395 if ((!je->eta_sec && !eta_good) || je->nr_ramp == je->nr_running)
489 if ((!je->eta_sec && !eta_good) || je->nr_ramp == je->nr_running)
    [all...]
server.c 687 je->nr_ramp = cpu_to_le32(je->nr_ramp);
    [all...]

Completed in 256 milliseconds