Searched refs:pm_fs_sync_wq (Results 1 – 1 of 1) sorted by relevance
102 static struct workqueue_struct *pm_fs_sync_wq; variable137 queue_work(pm_fs_sync_wq, &pm_fs_sync_work); in pm_sleep_fs_sync()1133 pm_fs_sync_wq = alloc_ordered_workqueue("pm_fs_sync", 0); in pm_start_workqueues()1134 if (!pm_fs_sync_wq) { in pm_start_workqueues()