Home
last modified time | relevance | path

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

/mm/
Dbacking-dev.c269 unsigned long timeout; in wb_wakeup_delayed() local
271 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() argument
1092 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() argument
1130 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()
Dkmemleak.c1560 signed long timeout = msecs_to_jiffies(SECS_FIRST_SCAN * 1000); in kmemleak_scan_thread() local
1562 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() local
1574 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
1575 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
Doom_kill.c757 bool oom_killer_disable(signed long timeout) in oom_killer_disable() argument
771 !atomic_read(&oom_victims), timeout); in oom_killer_disable()