Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/base/power/
Dmain.c605 dev->power.async_in_progress = true; in dpm_async_fn()
619 dev->power.async_in_progress = false; in dpm_async_fn()
741 if (!dev->power.async_in_progress) { in dpm_noirq_resume_devices()
881 if (!dev->power.async_in_progress) { in dpm_resume_early()
1046 if (!dev->power.async_in_progress) { in dpm_resume()
/linux-6.14.4/include/linux/
Dpm.h681 bool async_in_progress:1; /* Owned by the PM core */ member