On Thu, Jul 03, 2025 at 01:34:36AM +0300, Ville Syrjälä wrote:
-#define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ - sleep_before_read, args...) \ +#define poll_timeout_us(op, cond, sleep_us, timeout_us, sleep_before_op) \
nit: could use use usec/msec etc that pairs nicely with USEC_PER_SEC and friends, also used by tools like perf and are a little bit more greppable than ms/us? Lucas De Marchi