Searched refs:tries (Results 1 – 3 of 3) sorted by relevance
185 uint32_t tries = MAX_TIMER_ACTIONS; in timer_softirq() local200 tries--; in timer_softirq()201 if ((timer->timeout <= current_tsc) && (tries != 0U)) { in timer_softirq()
439 int32_t tries = 2000; in cmos_get_reg_val() local444 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() local461 while (cmos_update_in_progress() && (tries != 0)) { in cmos_set_reg_val()462 tries -= 1; in cmos_set_reg_val()
1065 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