Home
last modified time | relevance | path

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

/mm/
Dpage-writeback.c556 static unsigned long wp_next_time(unsigned long cur_time) in wp_next_time() argument
558 cur_time += VM_COMPLETIONS_PERIOD_LEN; in wp_next_time()
560 if (!cur_time) in wp_next_time()
562 return cur_time; in wp_next_time()