| /linux/drivers/md/dm-vdo/ |
| H A D | encodings.h | 317 u8 recovery_count; /* Number of recoveries completed */ member 354 u8 recovery_count; member 362 u8 recovery_count; member 937 (header->recovery_count != sector->recovery_count)) in vdo_is_valid_recovery_journal_sector() 1003 .recovery_count = header->recovery_count, in vdo_pack_recovery_block_header() 1027 .recovery_count = packed->recovery_count, in vdo_unpack_recovery_block_header()
|
| H A D | recovery-journal.h | 181 u8 recovery_count; member 257 u64 recovery_count, 264 u64 recovery_count,
|
| H A D | recovery-journal.c | 434 static inline u8 __must_check compute_recovery_count_byte(u64 recovery_count) in compute_recovery_count_byte() argument 436 return (u8)(recovery_count & RECOVERY_COUNT_MASK); in compute_recovery_count_byte() 707 u64 recovery_count, block_count_t journal_size, in vdo_decode_recovery_journal() argument 728 journal->recovery_count = compute_recovery_count_byte(recovery_count); in vdo_decode_recovery_journal() 831 u64 recovery_count, in vdo_initialize_recovery_journal_post_repair() argument 837 journal->recovery_count = compute_recovery_count_byte(recovery_count); in vdo_initialize_recovery_journal_post_repair() 933 block->sector->recovery_count = block->journal->recovery_count; in set_active_sector() 960 .recovery_count = journal->recovery_count, in advance_tail()
|
| H A D | repair.c | 1188 (header->recovery_count != journal->recovery_count)) in is_valid_recovery_journal_block()
|
| /linux/drivers/md/ |
| H A 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/net/devlink/ |
| H A D | health.c | 70 u64 recovery_count; member 293 reporter->recovery_count)) in devlink_nl_health_reporter_fill() 549 reporter->recovery_count++; in devlink_health_reporter_recovery_done() 648 if (reporter->last_recovery_ts && reporter->recovery_count && in devlink_health_recover_abort()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A 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()
|
| H A D | wil6210.h | 939 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
|
| H A D | debugfs.c | 2396 WIL_FIELD(recovery_count, 0444, doff_u32),
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore.h | 360 int recovery_count; member
|
| H A D | debugfs.c | 489 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
|
| H A D | main.c | 987 pc, hint_sts, ++wl->recovery_count); in wlcore_print_recovery() 6409 wl->recovery_count = 0; in wlcore_alloc_hw()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | core.h | 1215 unsigned int recovery_count; member
|
| H A D | core.c | 2509 ath10k_dbg(ar, ATH10K_DBG_BOOT, "total recovery count: %d", ++ar->recovery_count); in ath10k_core_recovery_check_work()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | core.h | 1025 atomic_t recovery_count; member
|
| H A D | mac.c | 9251 int recovery_count; in ath11k_mac_op_reconfig_complete() local 9270 recovery_count = atomic_inc_return(&ab->recovery_count); in ath11k_mac_op_reconfig_complete() 9272 "recovery count %d\n", recovery_count); in ath11k_mac_op_reconfig_complete() 9276 if (recovery_count == ab->num_radios) { in ath11k_mac_op_reconfig_complete()
|
| H A D | core.c | 2581 atomic_set(&ab->recovery_count, 0); in ath11k_core_reset()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | core.h | 1041 atomic_t recovery_count; member
|
| H A D | core.c | 1698 atomic_set(&ab->recovery_count, 0); in ath12k_core_reset()
|
| H A D | mac.c | 13217 int recovery_count, i; in ath12k_mac_op_reconfig_complete() local 13248 recovery_count = atomic_inc_return(&ab->recovery_count); in ath12k_mac_op_reconfig_complete() 13251 recovery_count); in ath12k_mac_op_reconfig_complete() 13256 if (recovery_count == ab->num_radios) { in ath12k_mac_op_reconfig_complete()
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 2352 __le32 recovery_count; member
|