Home
last modified time | relevance | path

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

/external/fio/
Dclient.c998 struct json_object *tsobj; in handle_ts() local
1003 tsobj = show_thread_status(&p->ts, &p->rs, opt_list, NULL); in handle_ts()
1005 if (tsobj) { in handle_ts()
1006 json_object_add_client_info(tsobj, client); in handle_ts()
1007 json_array_add_value_object(clients_array, tsobj); in handle_ts()
1023 tsobj = show_thread_status(&client_ts, &client_gs, NULL, NULL); in handle_ts()
1024 if (tsobj) { in handle_ts()
1025 json_object_add_client_info(tsobj, client); in handle_ts()
1026 json_array_add_value_object(clients_array, tsobj); in handle_ts()