Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dhwprofile.c133 GList *io_it = g_list_sort(accesses, sort_loc); in plugin_exit() local
137 while (io_it) { in plugin_exit()
138 IOLocationCounts *loc = (IOLocationCounts *) io_it->data; in plugin_exit()
143 io_it = io_it->next; in plugin_exit()