diff options
author | Liu, Chuansheng <chuansheng.liu@intel.com> | 2014-02-18 10:28:45 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-02-20 01:30:09 +0100 |
commit | 76569faa62c46382e080c3e190c66e19515aae1c (patch) | |
tree | 6ed8ae6ed50e2fdc10886f43841fe75cea245682 /drivers/base/power/power.h | |
parent | 3d2699bc179a10eee7d2aa1db50f822be01636f7 (diff) |
PM / sleep: Asynchronous threads for resume_noirq
In analogy with commits 5af84b82701a and 97df8c12995, using
asynchronous threads can improve the overall resume_noirq time
significantly.
One typical case is:
In resume_noirq phase and for the PCI devices, the function
pci_pm_resume_noirq() will be called, and there is one d3_delay
(10ms) at least.
With the way of asynchronous threads, we just need wait d3_delay
time once in parallel for each calling, which saves much time to
resume quickly.
Signed-off-by: Chuansheng Liu <chuansheng.liu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base/power/power.h')
0 files changed, 0 insertions, 0 deletions