Home
last modified time | relevance | path

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

/block/
Dblk-exec.c96 unsigned long hang_check; in blk_execute_rq() local
102 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()
Dbio.c1227 unsigned long hang_check; in submit_bio_wait() local
1235 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()