Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dmain.c102 static struct workqueue_struct *pm_fs_sync_wq; variable
137 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()