Searched refs:test_ring (Results 1 – 4 of 4) sorted by relevance
55 static int test_ring(void) in test_ring() function83 return test_ring(); in main()
164 static int test_ring(unsigned flags) in test_ring() function212 ret = test_ring(IORING_GET_TEST_CONFIG_FLAGS()); in main()
95 static void test_ring(unsigned ring) in test_ring() function148 test_ring(e->exec_id | e->flags);
396 async def test_ring(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]): function