Loading include/linux/iopoll.h +4 −4 Original line number Diff line number Diff line Loading @@ -27,8 +27,8 @@ * @addr: Address to poll * @val: Variable to read the value into * @cond: Break condition (usually involving @val) * @sleep_us: Maximum time to sleep between reads in uS (0 tight-loops) * @timeout_us: Timeout in uS, 0 means never timeout * @sleep_us: Maximum time to sleep between reads in us (0 tight-loops) * @timeout_us: Timeout in us, 0 means never timeout * * Returns 0 on success and -ETIMEDOUT upon a timeout. In either * case, the last read value at @addr is stored in @val. Must not Loading Loading @@ -79,7 +79,7 @@ * @addr: Address to poll * @val: Variable to read the value into * @cond: Break condition (usually involving @val) * @sleep_us: Maximum time to sleep between reads in uS (0 tight-loops) * @sleep_us: Maximum time to sleep between reads in us (0 tight-loops) * * Must not be called from atomic context if sleep_us is used. */ Loading @@ -91,7 +91,7 @@ * @addr: Address to poll * @val: Variable to read the value into * @cond: Break condition (usually involving @val) * @timeout_us: Timeout in uS, 0 means never timeout * @timeout_us: Timeout in us, 0 means never timeout * * Returns 0 on success and -ETIMEDOUT upon a timeout. In either * case, the last read value at @addr is stored in @val. Must not Loading Loading
include/linux/iopoll.h +4 −4 Original line number Diff line number Diff line Loading @@ -27,8 +27,8 @@ * @addr: Address to poll * @val: Variable to read the value into * @cond: Break condition (usually involving @val) * @sleep_us: Maximum time to sleep between reads in uS (0 tight-loops) * @timeout_us: Timeout in uS, 0 means never timeout * @sleep_us: Maximum time to sleep between reads in us (0 tight-loops) * @timeout_us: Timeout in us, 0 means never timeout * * Returns 0 on success and -ETIMEDOUT upon a timeout. In either * case, the last read value at @addr is stored in @val. Must not Loading Loading @@ -79,7 +79,7 @@ * @addr: Address to poll * @val: Variable to read the value into * @cond: Break condition (usually involving @val) * @sleep_us: Maximum time to sleep between reads in uS (0 tight-loops) * @sleep_us: Maximum time to sleep between reads in us (0 tight-loops) * * Must not be called from atomic context if sleep_us is used. */ Loading @@ -91,7 +91,7 @@ * @addr: Address to poll * @val: Variable to read the value into * @cond: Break condition (usually involving @val) * @timeout_us: Timeout in uS, 0 means never timeout * @timeout_us: Timeout in us, 0 means never timeout * * Returns 0 on success and -ETIMEDOUT upon a timeout. In either * case, the last read value at @addr is stored in @val. Must not Loading