Home
last modified time | relevance | path

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

/hypervisor/common/
A Dtimer.c185 uint32_t tries = MAX_TIMER_ACTIONS; in timer_softirq() local
200 tries--; in timer_softirq()
201 if ((timer->timeout <= current_tsc) && (tries != 0U)) { in timer_softirq()
/hypervisor/dm/
A Dvrtc.c439 int32_t tries = 2000; in cmos_get_reg_val() local
444 while (cmos_update_in_progress() && (tries != 0)) { in cmos_get_reg_val()
445 tries -= 1; in cmos_get_reg_val()
456 int32_t tries = 2000; in cmos_set_reg_val() local
461 while (cmos_update_in_progress() && (tries != 0)) { in cmos_set_reg_val()
462 tries -= 1; in cmos_set_reg_val()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog1065 tries to continue the handshake after it failed (a misuse of the API).
1724 * ecp_gen_keypair() does more tries to prevent failure because of

Completed in 11 milliseconds