Home
last modified time | relevance | path

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

/external/fio/
Dgclient.c199 entry_set_int_value(entry, p->dus.s.ios[0]); in __gfio_disk_util_show()
201 entry_set_int_value(entry, p->dus.s.merges[0]); in __gfio_disk_util_show()
203 entry_set_int_value(entry, p->dus.s.sectors[0]); in __gfio_disk_util_show()
205 entry_set_int_value(entry, p->dus.s.ticks[0]); in __gfio_disk_util_show()
212 entry_set_int_value(entry, p->dus.s.ios[1]); in __gfio_disk_util_show()
214 entry_set_int_value(entry, p->dus.s.merges[1]); in __gfio_disk_util_show()
216 entry_set_int_value(entry, p->dus.s.sectors[1]); in __gfio_disk_util_show()
218 entry_set_int_value(entry, p->dus.s.ticks[1]); in __gfio_disk_util_show()
225 entry_set_int_value(entry, p->dus.s.io_ticks); in __gfio_disk_util_show()
227 entry_set_int_value(entry, p->dus.s.time_in_queue); in __gfio_disk_util_show()
[all …]
Dghelpers.h11 void entry_set_int_value(GtkWidget *entry, unsigned int val);
Dghelpers.c95 void entry_set_int_value(GtkWidget *entry, unsigned int val) in entry_set_int_value() function