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

  /external/fio/
stat.h 194 uint32_t nr_ramp; member in struct:jobs_eta
eta.c 394 je->nr_ramp++;
515 if ((!je->eta_sec && !eta_good) || je->nr_ramp == je->nr_running)
client.c 1036 je->nr_ramp = le32_to_cpu(je->nr_ramp);
1062 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 718 je->nr_ramp = cpu_to_le32(je->nr_ramp);
    [all...]

Completed in 106 milliseconds