> Pedantically, the sleep probably needs to be less than the auto-hibernate > idle timer period? > > > + } while (ktime_before(ktime_get(), timeout)); > > read_poll_timeout() would be a better choice for I/O polling It makes sense. Got it. Thanks.
> Pedantically, the sleep probably needs to be less than the auto-hibernate > idle timer period? > > > + } while (ktime_before(ktime_get(), timeout)); > > read_poll_timeout() would be a better choice for I/O polling It makes sense. Got it. Thanks.