Searched refs:result_already_present (Results 1 – 12 of 12) sorted by relevance
| /xnu-10063.101.15/tests/vm/ |
| H A D | diag_threshold_test_with_high_watermark.c | 16 .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 D | diag_threshold_test_with_low_watermark.c | 16 .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 D | diag_threshold_test_no_retrigger.c | 25 .result_already_present = FALSE, 38 test_case->result_already_present = TRUE; in diag_threshold_test_no_retrigger_execution()
|
| H A D | diag_threshold_test_double_limit.c | 16 .result_already_present = FALSE, 36 test_case->result_already_present = TRUE; in double_limit_test_execution()
|
| H A D | diag_threshold_test_watermark_and_threshold_same.c | 18 .result_already_present = FALSE, 92 test_case->result_already_present = TRUE; in diag_threshold_test_watermark_and_threshold_same()
|
| H A D | diag_threshold_test_limit_and_threshold_same.c | 18 .result_already_present = FALSE, 95 test_case->result_already_present = TRUE; in diag_threshold_test_limit_and_threshold_same()
|
| H A D | diag_threshold_test_no_limit_cross.c | 28 .result_already_present = FALSE,
|
| H A D | diag_threshold_test_simple.c | 25 .result_already_present = FALSE,
|
| H A D | diag_threshold_test_enable_disable_threshold.c | 27 .result_already_present = FALSE,
|
| H A D | diag_threshold_test_large_limit.c | 27 .result_already_present = FALSE,
|
| H A D | diag_threshold_test.h | 52 …bool result_already_present; /** When true, the te… member
|
| H A D | diag_threshold_test.c | 152 if ((test->result_already_present == FALSE) && (wait_result == TRUE)) { in execute_one_test()
|