Home
last modified time | relevance | path

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

/openbmc/linux/fs/pstore/
H A Dplatform.c36 static int pstore_update_ms = -1; variable
37 module_param_named(update_ms, pstore_update_ms, int, 0600);
144 if (pstore_update_ms < 0) in pstore_timer_kick()
147 mod_timer(&pstore_timer, jiffies + msecs_to_jiffies(pstore_update_ms)); in pstore_timer_kick()