Searched refs:err_rec (Results 1 – 2 of 2) sorted by relevance
3963 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_cancel_err_detection() local3969 cancel_delayed_work_sync(&err_rec->err_detection_work); in be_cancel_err_detection()4632 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_schedule_err_detection() local4637 queue_delayed_work(be_err_recovery_workq, &err_rec->err_detection_work, in be_schedule_err_detection()5262 struct be_error_recovery *err_rec = &adapter->error_recovery; in be_err_is_recoverable() local5280 if (time_before_eq(jiffies - err_rec->probe_time, initial_idle_time)) { in be_err_is_recoverable()5287 if (err_rec->last_recovery_time && time_before_eq( in be_err_is_recoverable()5288 jiffies - err_rec->last_recovery_time, recovery_interval)) { in be_err_is_recoverable()5295 if (ue_err_code == err_rec->last_err_code) { in be_err_is_recoverable()5301 err_rec->last_recovery_time = jiffies; in be_err_is_recoverable()[all …]
1069 void *err_rec; in cxl_del_overflow_old_recs() local1072 xa_for_each(rec_xarray, index, err_rec) in cxl_del_overflow_old_recs()1079 xa_for_each(rec_xarray, index, err_rec) { in cxl_del_overflow_old_recs()1081 kfree(err_rec); in cxl_del_overflow_old_recs()