Searched refs:hang_check (Results 1 – 2 of 2) sorted by relevance
96 unsigned long hang_check; in blk_execute_rq() local102 hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq()106 else if (hang_check) in blk_execute_rq()107 while (!wait_for_completion_io_timeout(&wait, hang_check * (HZ/2))); in blk_execute_rq()
1227 unsigned long hang_check; in submit_bio_wait() local1235 hang_check = sysctl_hung_task_timeout_secs; in submit_bio_wait()1236 if (hang_check) in submit_bio_wait()1238 hang_check * (HZ/2))) in submit_bio_wait()