Searched refs:hang_check (Results 1 – 2 of 2) sorted by relevance
83 unsigned long hang_check; in blk_execute_rq() local89 hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq()90 if (hang_check) in blk_execute_rq()91 while (!wait_for_completion_io_timeout(&wait, hang_check * (HZ/2))); in blk_execute_rq()
1160 unsigned long hang_check; in submit_bio_wait() local1168 hang_check = sysctl_hung_task_timeout_secs; in submit_bio_wait()1169 if (hang_check) in submit_bio_wait()1171 hang_check * (HZ/2))) in submit_bio_wait()