* Test doing min_wait for N events, and nothing ever gets posted. We'd * expect the time to be the normal wait time, not the min_wait time. */
| 211 | * expect the time to be the normal wait time, not the min_wait time. |
| 212 | */ |
| 213 | static int test_nothing(struct io_uring *ring) |
| 214 | { |
| 215 | return __test_nop(ring, 0, 95, 110, 100000, __FUNCTION__); |
| 216 | } |
| 217 | |
| 218 | /* |
| 219 | * Test doing min_wait for N events, and nothing ever gets posted, and use |