Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/vm/
H A Ddiag_threshold_test_no_limit_cross.c27 .test_code = no_limit_cross_test_execution,
H A Ddiag_threshold_test_simple.c24 .test_code = simple_test_execution,
H A Ddiag_threshold_test_enable_disable_threshold.c26 .test_code = enable_disable_threshold_test_execution,
H A Ddiag_threshold_test_large_limit.c26 .test_code = simple_test_large_limit_testexecution,
H A Ddiag_threshold_test_no_retrigger.c24 .test_code = diag_threshold_test_no_retrigger_execution,
H A Ddiag_threshold_test_double_limit.c15 .test_code = double_limit_test_execution,
H A Ddiag_threshold_test_with_low_watermark.c15 .test_code = diag_threshold_test_with_low_watermark,
H A Ddiag_threshold_test_with_high_watermark.c15 .test_code = diag_threshold_test_with_high_watermark,
H A Ddiag_threshold_test_watermark_and_threshold_same.c17 .test_code = diag_threshold_test_watermark_and_threshold_same,
H A Ddiag_threshold_test_limit_and_threshold_same.c17 .test_code = diag_threshold_test_limit_and_threshold_same,
H A Ddiag_threshold_test.h54 …test_code_fn test_code; /** Code to perform t… member
H A Ddiag_threshold_test.c191 info.test->test_code(info.test, &info); in test_executor_thread()