Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.h578 struct delayed_work hang_check; member
Dipw2100.c1480 schedule_delayed_work(&priv->hang_check, HZ / 2); in ipw2100_enable_adapter()
1613 cancel_delayed_work(&priv->hang_check); in ipw2100_disable_adapter()
1868 cancel_delayed_work(&priv->hang_check); in ipw2100_down()
1986 cancel_delayed_work(&priv->hang_check); in ipw2100_reset_adapter()
4418 cancel_delayed_work_sync(&priv->hang_check); in ipw2100_kill_works()
5955 container_of(work, struct ipw2100_priv, hang_check.work); in ipw2100_hang_check()
5990 schedule_delayed_work(&priv->hang_check, HZ / 2); in ipw2100_hang_check()
6150 INIT_DELAYED_WORK(&priv->hang_check, ipw2100_hang_check); in ipw2100_alloc_device()