io_should_wake
if (io_should_wake(iowq) || io_has_work(iowq->ctx))
if (unlikely(io_should_wake(iowq)))
if (io_should_wake(&iowq)) {