Searched refs:lockup_detected (Results 1 – 3 of 3) sorted by relevance
317 static u32 lockup_detected(struct ctlr_info *h);436 static u32 lockup_detected(struct ctlr_info *h);445 ld = lockup_detected(h); in host_show_lockup_detected()925 static DEVICE_ATTR(lockup_detected, S_IRUGO,2827 if (unlikely(lockup_detected(h))) { in hpsa_scsi_do_simple_cmd()2834 static u32 lockup_detected(struct ctlr_info *h) in lockup_detected() function2837 u32 rc, *lockup_detected; in lockup_detected() local2840 lockup_detected = per_cpu_ptr(h->lockup_detected, cpu); in lockup_detected()2841 rc = *lockup_detected; in lockup_detected()3171 lockup_detected(h)); in hpsa_do_reset()[all …]
247 u32 __percpu *lockup_detected; member
5526 bool lockup_detected = false; in wq_watchdog_timer_fn() local5560 lockup_detected = true; in wq_watchdog_timer_fn()5570 if (lockup_detected) in wq_watchdog_timer_fn()