Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/pstore/
H A Dplatform.c68 static void pstore_timefunc(struct timer_list *);
69 static DEFINE_TIMER(pstore_timer, pstore_timefunc);
797 static void pstore_timefunc(struct timer_list *unused) in pstore_timefunc() function