Home
last modified time | relevance | path

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

/mm/
Dbacking-dev.c258 unsigned long timeout; in wb_wakeup_delayed() local
260 timeout = msecs_to_jiffies(dirty_writeback_interval * 10); in wb_wakeup_delayed()
263 queue_delayed_work(bdi_wq, &wb->dwork, timeout); in wb_wakeup_delayed()
1035 long congestion_wait(int sync, long timeout) in congestion_wait() argument
1043 ret = io_schedule_timeout(timeout); in congestion_wait()
1046 trace_writeback_congestion_wait(jiffies_to_usecs(timeout), in congestion_wait()
1066 long wait_iff_congested(int sync, long timeout) in wait_iff_congested() argument
1081 ret = timeout - (jiffies - start); in wait_iff_congested()
1090 ret = io_schedule_timeout(timeout); in wait_iff_congested()
1094 trace_writeback_wait_iff_congested(jiffies_to_usecs(timeout), in wait_iff_congested()
Dkmemleak.c1577 signed long timeout = msecs_to_jiffies(SECS_FIRST_SCAN * 1000); in kmemleak_scan_thread() local
1579 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
1580 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
1584 signed long timeout = READ_ONCE(jiffies_scan_wait); in kmemleak_scan_thread() local
1591 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
1592 timeout = schedule_timeout_interruptible(timeout); in kmemleak_scan_thread()
Dcompaction.c2994 long timeout = default_timeout; in kcompactd() local
3014 timeout = MAX_SCHEDULE_TIMEOUT; in kcompactd()
3017 kcompactd_work_requested(pgdat), timeout) && in kcompactd()
3030 timeout = default_timeout; in kcompactd()
3038 timeout = default_timeout; in kcompactd()
3050 timeout = in kcompactd()
Doom_kill.c794 bool oom_killer_disable(signed long timeout) in oom_killer_disable() argument
808 !atomic_read(&oom_victims), timeout); in oom_killer_disable()
/mm/kfence/
Dkfence_test.c241 unsigned long timeout, resched_after; in test_alloc() local
266 timeout = jiffies + msecs_to_jiffies(100 * CONFIG_KFENCE_SAMPLE_INTERVAL); in test_alloc()
306 } while (time_before(jiffies, timeout)); in test_alloc()
732 unsigned long timeout; in test_memcache_alloc_bulk() local
740 timeout = jiffies + msecs_to_jiffies(100 * CONFIG_KFENCE_SAMPLE_INTERVAL); in test_memcache_alloc_bulk()
760 } while (!pass && time_before(jiffies, timeout)); in test_memcache_alloc_bulk()