Home
last modified time | relevance | path

Searched refs:recovery_count (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
Dcmd640.c433 u8 active_count, recovery_count; in display_clocks() local
438 recovery_count = recovery_counts[index]; in display_clocks()
439 if (active_count > 3 && recovery_count == 1) in display_clocks()
440 ++recovery_count; in display_clocks()
442 recovery_count += 1; /* cmd640b uses (count + 1)*/ in display_clocks()
443 printk(", clocks=%d/%d/%d\n", setup_counts[index], active_count, recovery_count); in display_clocks()
464 u8 recovery_count = recovery_counts[index]; in program_drive_counts() local
481 if (recovery_count < recovery_counts[mate]) in program_drive_counts()
482 recovery_count = recovery_counts[mate]; in program_drive_counts()
508 __put_cmd640_reg(drwtim_regs[index], pack_nibbles(active_count, recovery_count)); in program_drive_counts()
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-region-hash.c85 struct semaphore recovery_count; member
217 sema_init(&rh->recovery_count, 0); in dm_region_hash_create()
382 up(&rh->recovery_count); in complete_resync_work()
627 while (!down_trylock(&rh->recovery_count)) { in dm_rh_recovery_prepare()
631 up(&rh->recovery_count); in dm_rh_recovery_prepare()
707 down(&rh->recovery_count); in dm_rh_stop_recovery()
716 up(&rh->recovery_count); in dm_rh_start_recovery()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dmain.c546 wil->recovery_count++; in wil_fw_error_worker()
548 wil->recovery_count = 1; /* fw was alive for a long time */ in wil_fw_error_worker()
550 if (wil->recovery_count > WIL6210_FW_RECOVERY_RETRIES) { in wil_fw_error_worker()
552 wil->recovery_count); in wil_fw_error_worker()
559 wil->recovery_count); in wil_fw_error_worker()
Dwil6210.h938 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
Ddebugfs.c2429 WIL_FIELD(recovery_count, 0444, doff_u32),
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
Dwlcore.h360 int recovery_count; member
Ddebugfs.c502 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
Dmain.c921 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery()
6418 wl->recovery_count = 0; in wlcore_alloc_hw()
/kernel/linux/linux-5.10/net/core/
Ddevlink.c5838 u64 recovery_count; member
6066 reporter->recovery_count, DEVLINK_ATTR_PAD)) in devlink_nl_health_reporter_fill()
6129 reporter->recovery_count++; in devlink_health_reporter_recovery_done()
6227 (reporter->last_recovery_ts && reporter->recovery_count && in devlink_health_report()