Home
last modified time | relevance | path

Searched refs:test_ring (Results 1 – 4 of 4) sorted by relevance

/external/liburing/test/
Dsubmit-and-wait.c55 static int test_ring(void) in test_ring() function
83 return test_ring(); in main()
Dnop.c164 static int test_ring(unsigned flags) in test_ring() function
212 ret = test_ring(IORING_GET_TEST_CONFIG_FLAGS()); in main()
/external/igt-gpu-tools/tests/i915/
Dgem_cs_prefetch.c95 static void test_ring(unsigned ring) in test_ring() function
148 test_ring(e->exec_id | e->flags);
/external/python/bumble/tests/
Dhfp_test.py396 async def test_ring(hfp_connections: Tuple[hfp.HfProtocol, hfp.AgProtocol]): function