Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/power/
Dmain.c321 struct workqueue_struct *pm_wq; variable
322 EXPORT_SYMBOL_GPL(pm_wq);
326 pm_wq = alloc_workqueue("pm", WQ_FREEZABLE, 0); in pm_start_workqueue()
328 return pm_wq ? 0 : -ENOMEM; in pm_start_workqueue()
/linux-2.6.39/include/linux/
Dpm_runtime.h27 extern struct workqueue_struct *pm_wq;
/linux-2.6.39/arch/sh/kernel/cpu/shmobile/
Dpm_runtime.c139 queue_work(pm_wq, &hwblk_work); in platform_pm_runtime_suspend_idle()
/linux-2.6.39/drivers/base/power/
Druntime.c210 queue_work(pm_wq, &dev->power.work); in rpm_idle()
378 queue_work(pm_wq, &dev->power.work); in rpm_suspend()
540 queue_work(pm_wq, &dev->power.work); in rpm_resume()
/linux-2.6.39/Documentation/power/
Druntime_pm.txt11 * The power management workqueue pm_wq in which bus types and device drivers can
12 put their PM-related work items. It is strongly recommended that pm_wq be
15 hibernation and resume from system sleep states). pm_wq is declared in
188 - work structure used for queuing up requests (i.e. work items in pm_wq)
221 - if set, there's a pending request (i.e. a work item queued up into pm_wq)
311 device (the request is represented by a work item in pm_wq); returns 0 on
322 suspend work item in pm_wq, in milliseconds (if 'delay' is zero, the work
331 device (the request is represented by a work item in pm_wq); returns 0 on
Dpci.txt1000 by work items put into the power management workqueue, pm_wq. Although there
1010 request into pm_wq. In the majority of cases this also is done by their
/linux-2.6.39/drivers/usb/core/
Dhcd.c2054 queue_work(pm_wq, &hcd->wakeup_work); in usb_hcd_resume_root_hub()