Home
last modified time | relevance | path

Searched refs:async_error (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/base/power/
Dmain.c62 static int async_error; variable
1044 async_error = 0; in dpm_resume()
1297 if (async_error) in __device_suspend_noirq()
1301 async_error = -EBUSY; in __device_suspend_noirq()
1325 async_error = error; in __device_suspend_noirq()
1390 async_error = 0; in dpm_noirq_suspend_devices()
1411 if (async_error) in dpm_noirq_suspend_devices()
1417 error = async_error; in dpm_noirq_suspend_devices()
1512 if (async_error) in __device_suspend_late()
1516 async_error = -EBUSY; in __device_suspend_late()
[all …]
/Linux-v4.19/include/scsi/
Dosd_initiator.h159 blk_status_t async_error; member
/Linux-v4.19/drivers/scsi/osd/
Dosd_initiator.c478 or->async_error = error; in _set_error_resid()
1776 osi->additional_code, or->async_error, in osd_req_decode_sense_full()
1914 if (or->async_error == BLK_STS_RESOURCE) in osd_req_decode_sense_full()
1918 ret = or->async_error; in osd_req_decode_sense_full()