Searched refs:timeout (Results 1 – 4 of 4) sorted by relevance
302 unsigned long timeout; in bdi_wakeup_thread_delayed() local304 timeout = msecs_to_jiffies(dirty_writeback_interval * 10); in bdi_wakeup_thread_delayed()307 queue_delayed_work(bdi_wq, &bdi->wb.dwork, timeout); in bdi_wakeup_thread_delayed()583 long congestion_wait(int sync, long timeout) in congestion_wait() argument591 ret = io_schedule_timeout(timeout); in congestion_wait()594 trace_writeback_congestion_wait(jiffies_to_usecs(timeout), in congestion_wait()619 long wait_iff_congested(struct zone *zone, int sync, long timeout) in wait_iff_congested() argument636 ret = timeout - (jiffies - start); in wait_iff_congested()645 ret = io_schedule_timeout(timeout); in wait_iff_congested()649 trace_writeback_wait_iff_congested(jiffies_to_usecs(timeout), in wait_iff_congested()
1452 signed long timeout = jiffies_scan_wait; in kmemleak_scan_thread() local1459 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()1460 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
703 int bit_nr, unsigned long timeout) in wait_on_page_bit_killable_timeout() argument707 wait.key.timeout = jiffies + timeout; in wait_on_page_bit_killable_timeout()
1672 unsigned long end_pfn, unsigned long timeout) in __offline_pages() argument1717 expire = jiffies + timeout; in __offline_pages()