Name
ata_msleep —
ATA EH owner aware msleep
Synopsis
void ata_msleep ( | struct ata_port * ap, |
| unsigned int msecs) ; |
Arguments
ap
ATA port to attribute the sleep to
msecs
duration to sleep in milliseconds
Description
Sleeps msecs
. If the current task is owner of ap
's EH, the
ownership is released before going to sleep and reacquired
after the sleep is complete. IOW, other ports sharing the
ap
->host will be allowed to own the EH while this task is
sleeping.