Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c888 int score_max = 0, score; in find_hdev_driver() local
895 if (score > score_max) { in find_hdev_driver()
896 score_max = score; in find_hdev_driver()
996 int score_max = 0, score; in bdrv_probe_all() local
1003 if (score > score_max) { in bdrv_probe_all()
1004 score_max = score; in bdrv_probe_all()