Searched refs:timeout (Results 1 – 3 of 3) sorted by relevance
269 unsigned long timeout; in wb_wakeup_delayed() local271 timeout = msecs_to_jiffies(dirty_writeback_interval * 10); in wb_wakeup_delayed()274 queue_delayed_work(bdi_wq, &wb->dwork, timeout); in wb_wakeup_delayed()1084 long congestion_wait(int sync, long timeout) in congestion_wait() argument1092 ret = io_schedule_timeout(timeout); in congestion_wait()1095 trace_writeback_congestion_wait(jiffies_to_usecs(timeout), in congestion_wait()1115 long wait_iff_congested(int sync, long timeout) in wait_iff_congested() argument1130 ret = timeout - (jiffies - start); in wait_iff_congested()1139 ret = io_schedule_timeout(timeout); in wait_iff_congested()1143 trace_writeback_wait_iff_congested(jiffies_to_usecs(timeout), in wait_iff_congested()
1560 signed long timeout = msecs_to_jiffies(SECS_FIRST_SCAN * 1000); in kmemleak_scan_thread() local1562 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()1563 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()1567 signed long timeout = jiffies_scan_wait; in kmemleak_scan_thread() local1574 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()1575 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
757 bool oom_killer_disable(signed long timeout) in oom_killer_disable() argument771 !atomic_read(&oom_victims), timeout); in oom_killer_disable()