Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dport.c1558 ++iport->hang_detect_users; in sci_port_set_hang_detection_timeout()
1559 else if (iport->hang_detect_users > 1) in sci_port_set_hang_detection_timeout()
1560 --iport->hang_detect_users; in sci_port_set_hang_detection_timeout()
1562 iport->hang_detect_users = 0; in sci_port_set_hang_detection_timeout()
1564 if (timeout || (iport->hang_detect_users == 0)) { in sci_port_set_hang_detection_timeout()
1623 iport->hang_detect_users = 0; in sci_port_construct()
H A Dport.h114 u32 hang_detect_users; member