Searched refs:pstore_dowork (Results 1 – 1 of 1) sorted by relevance
67 static void pstore_dowork(struct work_struct *);68 static DECLARE_WORK(pstore_work, pstore_dowork);750 static void pstore_dowork(struct work_struct *work) in pstore_dowork() function