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

/linux-master/drivers/base/power/
H A Dmain.c591 dev->power.async_in_progress = true;
603 * update the async_in_progress flag without extra synchronization.
605 dev->power.async_in_progress = false;
725 if (!dev->power.async_in_progress) {
865 if (!dev->power.async_in_progress) {
1031 if (!dev->power.async_in_progress) {
/linux-master/include/linux/
H A Dpm.h684 bool async_in_progress:1; /* Owned by the PM core */ member in struct:dev_pm_info

Completed in 162 milliseconds