Home
last modified time | relevance | path

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

/linux-5.19.10/fs/pstore/
Dplatform.c43 static int pstore_update_ms = -1; variable
44 module_param_named(update_ms, pstore_update_ms, int, 0600);
140 if (pstore_update_ms < 0) in pstore_timer_kick()
143 mod_timer(&pstore_timer, jiffies + msecs_to_jiffies(pstore_update_ms)); in pstore_timer_kick()