Home
last modified time | relevance | path

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

/block/
Dblk-exec.c115 unsigned long hang_check; in blk_execute_rq() local
127 hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq()
128 if (hang_check) in blk_execute_rq()
129 while (!wait_for_completion_io_timeout(&wait, hang_check * (HZ/2))); in blk_execute_rq()