Home
last modified time | relevance | path

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

/external/fio/
Dclient.c65 static struct json_array *clients_array = NULL; variable
142 clients_array = json_create_array(); in fio_client_json_init()
143 json_object_add_value_array(root, "client_stats", clients_array); in fio_client_json_init()
158 clients_array = NULL; in fio_client_json_fini()
1007 json_array_add_value_object(clients_array, tsobj); in handle_ts()
1026 json_array_add_value_object(clients_array, tsobj); in handle_ts()