Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/pstore/
Dplatform.c47 static int pstore_update_ms = -1; variable
48 module_param_named(update_ms, pstore_update_ms, int, 0600);
145 if (pstore_update_ms < 0) in pstore_timer_kick()
148 mod_timer(&pstore_timer, jiffies + msecs_to_jiffies(pstore_update_ms)); in pstore_timer_kick()