Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dhpilo.h29 #define MAX_WAIT (MAX_WAIT_TIME / WAIT_TIME) macro
H A Dhpilo.c246 for (retries = MAX_WAIT; retries > 0; retries--) { in ilo_ccb_close()
359 for (i = MAX_WAIT; i > 0; i--) { in ilo_ccb_verify()
/openbmc/u-boot/include/
H A Dlattice.h165 #define MAX_WAIT 0x1E /* The absolute maximum wait time. */ macro
/openbmc/qemu/migration/
H A Dram.c2439 #define MAX_WAIT 50 /* ms, half buffered_file limit */ macro
3089 if (t1 > MAX_WAIT) { in ram_save_iterate()