Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dqsp.h16 QSP_SORT_BY_AVG_WAIT_TIME, enumerator
/openbmc/qemu/monitor/
H A Dhmp-cmds.c227 sort_by = mean ? QSP_SORT_BY_AVG_WAIT_TIME : QSP_SORT_BY_TOTAL_WAIT_TIME; in hmp_info_sync_profile()
/openbmc/qemu/util/
H A Dqsp.c476 case QSP_SORT_BY_AVG_WAIT_TIME: in qsp_tree_cmp()