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

  /external/fio/
stat.h 180 uint32_t latency_depth; member in struct:thread_stat
stat.c 590 if (ts->latency_depth) {
595 ts->latency_depth);
985 if (ts->latency_depth) {
986 json_object_add_value_int(root, "latency_depth", ts->latency_depth);
    [all...]
client.c 800 dst->latency_depth = le32_to_cpu(src->latency_depth);
    [all...]
server.c 1066 p.ts.latency_depth = cpu_to_le32(ts->latency_depth);
    [all...]

Completed in 81 milliseconds