Searched refs:expbackoff (Results 1 – 2 of 2) sorted by relevance
171 long expbackoff; in _spin_lock_contested() local192 expbackoff = 0; in _spin_lock_contested()214 expbackoff = (expbackoff + 1) * 3 / 2; in _spin_lock_contested()215 if (expbackoff == 6) /* 1, 3, 6, 10, ... */ in _spin_lock_contested()219 for (loop = expbackoff; loop; --loop) in _spin_lock_contested()247 if (expbackoff > 6 + spin_backoff_max) in _spin_lock_contested()248 expbackoff = 6 + spin_backoff_max; in _spin_lock_contested()249 if (expbackoff >= 6) { in _spin_lock_contested()254 if (expbackoff >= 6) in _spin_lock_contested()
394 long expbackoff; in _lwkt_trytokref_spin() local397 expbackoff = 0; in _lwkt_trytokref_spin()398 while (expbackoff < 6 + token_backoff_max) { in _lwkt_trytokref_spin()399 expbackoff = (expbackoff + 1) * 3 / 2; in _lwkt_trytokref_spin()401 for (loop = expbackoff; loop; --loop) in _lwkt_trytokref_spin()