Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test_with_high_watermark.c16 .result_already_present = FALSE,
43 test_case->result_already_present = TRUE; in diag_threshold_test_with_high_watermark()
53 test_case->result_already_present = TRUE; in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test_with_low_watermark.c16 .result_already_present = FALSE,
43 test_case->result_already_present = TRUE; in diag_threshold_test_with_low_watermark()
53 test_case->result_already_present = TRUE; in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test_no_retrigger.c25 .result_already_present = FALSE,
38 test_case->result_already_present = TRUE; in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test_double_limit.c16 .result_already_present = FALSE,
36 test_case->result_already_present = TRUE; in double_limit_test_execution()
H A Ddiag_threshold_test_watermark_and_threshold_same.c18 .result_already_present = FALSE,
92 test_case->result_already_present = TRUE; in diag_threshold_test_watermark_and_threshold_same()
H A Ddiag_threshold_test_limit_and_threshold_same.c18 .result_already_present = FALSE,
95 test_case->result_already_present = TRUE; in diag_threshold_test_limit_and_threshold_same()
H A Ddiag_threshold_test_no_limit_cross.c28 .result_already_present = FALSE,
H A Ddiag_threshold_test_simple.c25 .result_already_present = FALSE,
H A Ddiag_threshold_test_enable_disable_threshold.c27 .result_already_present = FALSE,
H A Ddiag_threshold_test_large_limit.c27 .result_already_present = FALSE,
H A Ddiag_threshold_test.h52 …bool result_already_present; /** When true, the te… member
H A Ddiag_threshold_test.c152 if ((test->result_already_present == FALSE) && (wait_result == TRUE)) { in execute_one_test()