Searched refs:async_error (Results 1 – 2 of 2) sorted by relevance
62 static int async_error; variable1076 async_error = 0; in dpm_resume()1329 if (async_error) in __device_suspend_noirq()1333 async_error = -EBUSY; in __device_suspend_noirq()1357 async_error = error; in __device_suspend_noirq()1422 async_error = 0; in dpm_noirq_suspend_devices()1443 if (async_error) in dpm_noirq_suspend_devices()1449 error = async_error; in dpm_noirq_suspend_devices()1544 if (async_error) in __device_suspend_late()1548 async_error = -EBUSY; in __device_suspend_late()[all …]
159 blk_status_t async_error; member