* Test doing min_wait for N events, and nothing ever gets posted, and use * a min_wait time that's bigger than the total wait. We only expect the * min_wait to elapse. */
| 221 | * min_wait to elapse. |
| 222 | */ |
| 223 | static int test_min_wait_biggest(struct io_uring *ring) |
| 224 | { |
| 225 | return __test_nop(ring, 0, 45, 55, 20000, __FUNCTION__); |
| 226 | } |
| 227 | |
| 228 | /* |
| 229 | * Test doing min_wait for N events, and nothing ever gets posted, and use |