Home
last modified time | relevance | path

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

/external/fio/
Dgclient.c198 entry_set_int_value(entry, p->dus.s.ios[0]); in __gfio_disk_util_show()
200 entry_set_int_value(entry, p->dus.s.merges[0]); in __gfio_disk_util_show()
202 entry_set_int_value(entry, p->dus.s.sectors[0]); in __gfio_disk_util_show()
204 entry_set_int_value(entry, p->dus.s.ticks[0]); in __gfio_disk_util_show()
211 entry_set_int_value(entry, p->dus.s.ios[1]); in __gfio_disk_util_show()
213 entry_set_int_value(entry, p->dus.s.merges[1]); in __gfio_disk_util_show()
215 entry_set_int_value(entry, p->dus.s.sectors[1]); in __gfio_disk_util_show()
217 entry_set_int_value(entry, p->dus.s.ticks[1]); in __gfio_disk_util_show()
224 entry_set_int_value(entry, p->dus.s.io_ticks); in __gfio_disk_util_show()
226 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