Searched refs:lockup_detected (Results 1 – 3 of 3) sorted by relevance
319 static u32 lockup_detected(struct ctlr_info *h);433 static u32 lockup_detected(struct ctlr_info *h);442 ld = lockup_detected(h); in host_show_lockup_detected()922 static DEVICE_ATTR(lockup_detected, S_IRUGO,2852 if (unlikely(lockup_detected(h))) { in hpsa_scsi_do_simple_cmd()2859 static u32 lockup_detected(struct ctlr_info *h) in lockup_detected() function2862 u32 rc, *lockup_detected; in lockup_detected() local2865 lockup_detected = per_cpu_ptr(h->lockup_detected, cpu); in lockup_detected()2866 rc = *lockup_detected; in lockup_detected()3170 lockup_detected(h)); in hpsa_do_reset()[all …]
250 u32 __percpu *lockup_detected; member
5705 bool lockup_detected = false; in wq_watchdog_timer_fn() local5739 lockup_detected = true; in wq_watchdog_timer_fn()5749 if (lockup_detected) in wq_watchdog_timer_fn()