Searched refs:recovery_count (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/drivers/md/ |
D | dm-region-hash.c | 88 struct semaphore recovery_count; member 220 sema_init(&rh->recovery_count, 0); in dm_region_hash_create() 385 up(&rh->recovery_count); in complete_resync_work() 630 while (!down_trylock(&rh->recovery_count)) { in dm_rh_recovery_prepare() 634 up(&rh->recovery_count); in dm_rh_recovery_prepare() 710 down(&rh->recovery_count); in dm_rh_stop_recovery() 719 up(&rh->recovery_count); in dm_rh_start_recovery()
|
/linux-6.6.21/net/devlink/ |
D | health.c | 68 u64 recovery_count; member 293 reporter->recovery_count, DEVLINK_ATTR_PAD)) in devlink_nl_health_reporter_fill() 515 reporter->recovery_count++; in devlink_health_reporter_recovery_done() 614 (reporter->last_recovery_ts && reporter->recovery_count && in devlink_health_report()
|
/linux-6.6.21/drivers/net/wireless/ath/wil6210/ |
D | main.c | 546 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()
|
D | wil6210.h | 940 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
|
D | debugfs.c | 2396 WIL_FIELD(recovery_count, 0444, doff_u32),
|
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 360 int recovery_count; member
|
D | debugfs.c | 493 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
|
D | main.c | 911 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery() 6350 wl->recovery_count = 0; in wlcore_alloc_hw()
|
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
D | core.h | 749 atomic_t recovery_count; member
|
D | core.c | 826 atomic_set(&ab->recovery_count, 0); in ath12k_core_reset()
|
D | mac.c | 6735 int recovery_count; in ath12k_mac_op_reconfig_complete() local 6749 recovery_count = atomic_inc_return(&ab->recovery_count); in ath12k_mac_op_reconfig_complete() 6751 recovery_count); in ath12k_mac_op_reconfig_complete() 6755 if (recovery_count == ab->num_radios) { in ath12k_mac_op_reconfig_complete()
|
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | core.h | 943 atomic_t recovery_count; member
|
D | core.c | 1954 atomic_set(&ab->recovery_count, 0); in ath11k_core_reset()
|
D | mac.c | 8465 int recovery_count; in ath11k_mac_op_reconfig_complete() local 8488 recovery_count = atomic_inc_return(&ab->recovery_count); in ath11k_mac_op_reconfig_complete() 8490 "recovery count %d\n", recovery_count); in ath11k_mac_op_reconfig_complete() 8494 if (recovery_count == ab->num_radios) { in ath11k_mac_op_reconfig_complete()
|
/linux-6.6.21/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_cnfg.h | 2208 __le32 recovery_count; member
|