Home
last modified time | relevance | path

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

/block/
Dblk-exec.c83 unsigned long hang_check; in blk_execute_rq() local
89 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()
Dbio.c1160 unsigned long hang_check; in submit_bio_wait() local
1168 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()