Searched refs:test_remote (Results 1 – 10 of 10) sorted by relevance
210 std::string test_remote("--remote"); in main() local219 if(test_remote == argv[i]) in main()
260 std::string test_remote("--remote"); in main() local269 if(test_remote == argv[i]) in main()
348 std::string test_remote("--remote"); in main() local357 if(test_remote == argv[i]) in main()
177 std::string test_remote("--remote"); in main() local186 if(test_remote == argv[i]) in main()
239 std::string test_remote("--remote"); in main() local248 if(test_remote == argv[i]) in main()
82 static int test_remote(struct io_uring *src, int ring_flags) in test_remote() function298 ret = test_remote(&ring, ring_flags); in test()
119 static int test_remote(struct io_uring *ring, unsigned int ring_flags) in test_remote() function397 ret = test_remote(&ring, ring_flags); in test()
91 def test_remote(self): member in Schedv2Test
897 bool test_remote = false; in main() local1015 test_remote = true; in main()1281 if (test_remote) { in main()
3240 def test_remote(self): member in _TestRemoteManager