Lines Matching refs:overtime_thrhld
415 u64 overtime_thrhld) in hpre_is_bd_timeout() argument
426 if (time_use_us <= overtime_thrhld) in hpre_is_bd_timeout()
437 u64 overtime_thrhld; in hpre_dh_cb() local
444 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_dh_cb()
445 if (overtime_thrhld && hpre_is_bd_timeout(req, overtime_thrhld)) in hpre_dh_cb()
458 u64 overtime_thrhld; in hpre_rsa_cb() local
463 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_rsa_cb()
464 if (overtime_thrhld && hpre_is_bd_timeout(req, overtime_thrhld)) in hpre_rsa_cb()
1467 u64 overtime_thrhld; in hpre_ecdh_cb() local
1475 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_ecdh_cb()
1476 if (overtime_thrhld && hpre_is_bd_timeout(req, overtime_thrhld)) in hpre_ecdh_cb()
1782 u64 overtime_thrhld; in hpre_curve25519_cb() local
1789 overtime_thrhld = atomic64_read(&dfx[HPRE_OVERTIME_THRHLD].value); in hpre_curve25519_cb()
1790 if (overtime_thrhld && hpre_is_bd_timeout(req, overtime_thrhld)) in hpre_curve25519_cb()