Home
last modified time | relevance | path

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

/mm/
Dpage-writeback.c570 static unsigned long wp_next_time(unsigned long cur_time) in wp_next_time() argument
572 cur_time += VM_COMPLETIONS_PERIOD_LEN; in wp_next_time()
574 if (!cur_time) in wp_next_time()
576 return cur_time; in wp_next_time()