Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Drecovery-journal.h181 u8 recovery_count; member
257 u64 recovery_count,
264 u64 recovery_count,
H A Dencodings.h317 u8 recovery_count; /* Number of recoveries completed */ member
354 u8 recovery_count; member
362 u8 recovery_count; member
962 (header->recovery_count != sector->recovery_count)) in vdo_is_valid_recovery_journal_sector()
1028 .recovery_count = header->recovery_count, in vdo_pack_recovery_block_header()
1052 .recovery_count = packed->recovery_count, in vdo_unpack_recovery_block_header()
H A Drepair.c1188 (header->recovery_count != journal->recovery_count)) in is_valid_recovery_journal_block()
/linux/drivers/md/
H A Ddm-region-hash.c88 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/drivers/net/wireless/ath/wil6210/
H A 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()
H A Dwil6210.h940 u32 recovery_count; /* num of FW recovery attempts in a short time */ member
H A Ddebugfs.c2396 WIL_FIELD(recovery_count, 0444, doff_u32),
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h360 int recovery_count; member
H A Ddebugfs.c493 DRIVER_STATE_PRINT_INT(recovery_count); in driver_state_read()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h917 atomic_t recovery_count; member
H A Dmac.c8745 int recovery_count, i; in ath12k_mac_op_reconfig_complete() local
8767 recovery_count = atomic_inc_return(&ab->recovery_count); in ath12k_mac_op_reconfig_complete()
8770 recovery_count); in ath12k_mac_op_reconfig_complete()
8775 if (recovery_count == ab->num_radios) { in ath12k_mac_op_reconfig_complete()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h990 atomic_t recovery_count; member
H A Dmac.c8786 int recovery_count; in ath11k_mac_op_reconfig_complete() local
8805 recovery_count = atomic_inc_return(&ab->recovery_count); in ath11k_mac_op_reconfig_complete()
8807 "recovery count %d\n", recovery_count); in ath11k_mac_op_reconfig_complete()
8811 if (recovery_count == ab->num_radios) { in ath11k_mac_op_reconfig_complete()
H A Dcore.c2124 atomic_set(&ab->recovery_count, 0); in ath11k_core_reset()
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h2230 __le32 recovery_count; member