Searched refs:hang_check (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-exec.c | 84 unsigned long hang_check; in blk_execute_rq() local 89 /* Prevent hang_check timer from firing at us during very long I/O */ in blk_execute_rq() 90 hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq() 91 if (hang_check) in blk_execute_rq() 92 while (!wait_for_completion_io_timeout(&wait, hang_check * (HZ/2))); in blk_execute_rq()
|
H A D | bio.c | 1158 unsigned long hang_check; in submit_bio_wait() local 1165 /* Prevent hang_check timer from firing at us during very long I/O */ in submit_bio_wait() 1166 hang_check = sysctl_hung_task_timeout_secs; in submit_bio_wait() 1167 if (hang_check) in submit_bio_wait() 1169 hang_check * (HZ/2))) in submit_bio_wait()
|
/kernel/linux/linux-6.6/block/ |
H A D | bio.c | 1370 unsigned long hang_check; in submit_bio_wait() local 1377 /* Prevent hang_check timer from firing at us during very long I/O */ in submit_bio_wait() 1378 hang_check = sysctl_hung_task_timeout_secs; in submit_bio_wait() 1379 if (hang_check) in submit_bio_wait() 1381 hang_check * (HZ/2))) in submit_bio_wait()
|
H A D | blk-mq.c | 1415 * Prevent hang_check timer from firing at us during very long in blk_execute_rq() 1418 unsigned long hang_check = sysctl_hung_task_timeout_secs; in blk_execute_rq() local 1420 if (hang_check) in blk_execute_rq() 1422 hang_check * (HZ/2))) in blk_execute_rq()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 470 int stop_hang_check; /* Set 1 when shutting down to kill hang_check */ 564 struct delayed_work hang_check; member
|
H A D | ipw2100.c | 1465 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 470 int stop_hang_check; /* Set 1 when shutting down to kill hang_check */ 564 struct delayed_work hang_check; member
|
H A D | ipw2100.c | 1454 schedule_delayed_work(&priv->hang_check, HZ / 2); in ipw2100_enable_adapter() 1587 cancel_delayed_work(&priv->hang_check); in ipw2100_disable_adapter() 1842 cancel_delayed_work(&priv->hang_check); in ipw2100_down() 1961 cancel_delayed_work(&priv->hang_check); in ipw2100_reset_adapter() 4398 cancel_delayed_work_sync(&priv->hang_check); in ipw2100_kill_works() 5926 container_of(work, struct ipw2100_priv, hang_check.work); in ipw2100_hang_check() 5961 schedule_delayed_work(&priv->hang_check, HZ / 2); in ipw2100_hang_check() 6122 INIT_DELAYED_WORK(&priv->hang_check, ipw2100_hang_check); in ipw2100_alloc_device()
|
Completed in 34 milliseconds