Home
last modified time | relevance | path

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

/linux/block/
A Dblk-exec.c99 unsigned long hang_check; in blk_execute_rq() local
105 hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq()
109 else if (hang_check) in blk_execute_rq()
110 while (!wait_for_completion_io_timeout(&wait, hang_check * (HZ/2))); in blk_execute_rq()
A Dbio.c1249 unsigned long hang_check; in submit_bio_wait() local
1257 hang_check = sysctl_hung_task_timeout_secs; in submit_bio_wait()
1258 if (hang_check) in submit_bio_wait()
1260 hang_check * (HZ/2))) in submit_bio_wait()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.h564 struct delayed_work hang_check; member
A Dipw2100.c1465 schedule_delayed_work(&priv->hang_check, HZ / 2); in ipw2100_enable_adapter()
1598 cancel_delayed_work(&priv->hang_check); in ipw2100_disable_adapter()
1853 cancel_delayed_work(&priv->hang_check); in ipw2100_down()
1972 cancel_delayed_work(&priv->hang_check); in ipw2100_reset_adapter()
4409 cancel_delayed_work_sync(&priv->hang_check); in ipw2100_kill_works()
5937 container_of(work, struct ipw2100_priv, hang_check.work); in ipw2100_hang_check()
5972 schedule_delayed_work(&priv->hang_check, HZ / 2); in ipw2100_hang_check()
6133 INIT_DELAYED_WORK(&priv->hang_check, ipw2100_hang_check); in ipw2100_alloc_device()

Completed in 26 milliseconds