Home
last modified time | relevance | path

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

/mm/
Dbacking-dev.c276 unsigned long timeout; in wb_wakeup_delayed() local
278 timeout = msecs_to_jiffies(dirty_writeback_interval * 10); in wb_wakeup_delayed()
281 queue_delayed_work(bdi_wq, &wb->dwork, timeout); in wb_wakeup_delayed()
1014 long congestion_wait(int sync, long timeout) in congestion_wait() argument
1022 ret = io_schedule_timeout(timeout); in congestion_wait()
1025 trace_writeback_congestion_wait(jiffies_to_usecs(timeout), in congestion_wait()
1050 long wait_iff_congested(struct pglist_data *pgdat, int sync, long timeout) in wait_iff_congested() argument
1067 ret = timeout - (jiffies - start); in wait_iff_congested()
1076 ret = io_schedule_timeout(timeout); in wait_iff_congested()
1080 trace_writeback_wait_iff_congested(jiffies_to_usecs(timeout), in wait_iff_congested()
Dkmemleak.c1619 signed long timeout = msecs_to_jiffies(SECS_FIRST_SCAN * 1000); in kmemleak_scan_thread() local
1621 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
1622 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
1626 signed long timeout = jiffies_scan_wait; in kmemleak_scan_thread() local
1633 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
1634 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
Doom_kill.c733 bool oom_killer_disable(signed long timeout) in oom_killer_disable() argument
747 !atomic_read(&oom_victims), timeout); in oom_killer_disable()
Dmemory_hotplug.c1592 unsigned long end_pfn, unsigned long timeout) in __offline_pages() argument
1632 expire = jiffies + timeout; in __offline_pages()