Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/pstore/
H A 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()

Completed in 3 milliseconds