Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dtest-ww_mutex.c282 struct test_cycle { struct
294 struct test_cycle *cycle = container_of(work, typeof(*cycle), work); in test_cycle_work() argument
323 struct test_cycle *cycles; in __test_cycle()
332 struct test_cycle *cycle = &cycles[n]; in __test_cycle()
358 struct test_cycle *cycle = &cycles[n]; in __test_cycle()
375 static int test_cycle(struct ww_class *class, unsigned int ncpus) in test_cycle() function
667 ret = test_cycle(class, ncpus); in run_tests()