Home
last modified time | relevance | path

Searched refs:latency_depth (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dstat.h186 uint32_t latency_depth; member
Dstat.c592 if (ts->latency_depth) { in show_thread_status_normal()
597 ts->latency_depth); in show_thread_status_normal()
990 if (ts->latency_depth) { in show_thread_status_json()
991 json_object_add_value_int(root, "latency_depth", ts->latency_depth); in show_thread_status_json()
1298 ts->latency_depth = td->latency_qd; in __show_run_stats()
Dclient.c890 dst->latency_depth = le32_to_cpu(src->latency_depth); in convert_ts()
Dserver.c1156 p.ts.latency_depth = cpu_to_le32(ts->latency_depth); in fio_server_send_ts()