Home
last modified time | relevance | path

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

/linux-4.4.14/fs/pstore/
Dplatform.c47 static int pstore_update_ms = -1; variable
48 module_param_named(update_ms, pstore_update_ms, int, 0600);
478 if (pstore_update_ms >= 0) { in pstore_register()
480 msecs_to_jiffies(pstore_update_ms); in pstore_register()
590 mod_timer(&pstore_timer, jiffies + msecs_to_jiffies(pstore_update_ms)); in pstore_timefunc()