Home
last modified time | relevance | path

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

/block/
Dbio.c1375 unsigned long hang_check; in submit_bio_wait() local
1383 hang_check = sysctl_hung_task_timeout_secs; in submit_bio_wait()
1384 if (hang_check) in submit_bio_wait()
1386 hang_check * (HZ/2))) in submit_bio_wait()
Dblk-mq.c1417 unsigned long hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq() local
1419 if (hang_check) in blk_execute_rq()
1421 hang_check * (HZ/2))) in blk_execute_rq()