Home
last modified time | relevance | path

Searched refs:hang_detect_users (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/isci/
Dport.c1557 ++iport->hang_detect_users; in sci_port_set_hang_detection_timeout()
1558 else if (iport->hang_detect_users > 1) in sci_port_set_hang_detection_timeout()
1559 --iport->hang_detect_users; in sci_port_set_hang_detection_timeout()
1561 iport->hang_detect_users = 0; in sci_port_set_hang_detection_timeout()
1563 if (timeout || (iport->hang_detect_users == 0)) { in sci_port_set_hang_detection_timeout()
1622 iport->hang_detect_users = 0; in sci_port_construct()
Dport.h114 u32 hang_detect_users; member