Home
last modified time | relevance | path

Searched refs:test_cycle (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/locking/
H A Dtest-ww_mutex.c277 struct test_cycle { struct
288 struct test_cycle *cycle = container_of(work, typeof(*cycle), work); in test_cycle_work() argument
317 struct test_cycle *cycles; in __test_cycle()
326 struct test_cycle *cycle = &cycles[n]; in __test_cycle()
351 struct test_cycle *cycle = &cycles[n]; in __test_cycle()
368 static int test_cycle(unsigned int ncpus) in test_cycle() function
654 ret = test_cycle(ncpus); in test_ww_mutex_init()
/openbmc/qemu/tests/unit/
H A Dtest-qgraph.c340 static void test_cycle(void) in test_cycle() function
426 g_test_add_func("/qgraph/test_cycle", test_cycle); in main()
/openbmc/qemu/tests/qemu-iotests/
H A D118190 def test_cycle(self, read_only_node=False): member in GeneralChangeTestsBaseClass
237 self.test_cycle(True)