Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c1667 #define MAX_COROUTINES 16 macro
1698 Coroutine *co[MAX_COROUTINES];
1699 int64_t wait_sector_num[MAX_COROUTINES];
2368 s.num_coroutines < 1 || s.num_coroutines > MAX_COROUTINES) { in img_convert()
2370 " coroutines is between 1 and %d", MAX_COROUTINES); in img_convert()