EDONE
if (CHECK(err != -EDONE, "err_done", "done err: %d\n", err))
return -EDONE;
ASSERT_EQ(err, -EDONE, "ring_buffer__poll");