Home
last modified time | relevance | path

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

/xnu-10002.61.3/tests/vm/
H A Ddiag_threshold_test_watermark_and_threshold_same.c62 bool retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_watermark_and_threshold_same()
67 retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT << 1, true); in diag_threshold_test_watermark_and_threshold_same()
73 retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_watermark_and_threshold_same()
79 retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT << 1, true); in diag_threshold_test_watermark_and_threshold_same()
H A Ddiag_threshold_test_limit_and_threshold_same.c63 bool retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_limit_and_threshold_same()
68 retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT << 1, true); in diag_threshold_test_limit_and_threshold_same()
74 retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_limit_and_threshold_same()
81 retValue = set_memory_diagnostics_threshold_limits(WORKING_LIMIT << 1, true); in diag_threshold_test_limit_and_threshold_same()
H A Ddiag_threshold_test_enable_disable_threshold.c37 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in enable_disable_threshold_test_execution()
38 (void)set_memory_diagnostics_threshold_limits(-1, true); in enable_disable_threshold_test_execution()
H A Ddiag_threshold_test_double_limit.c32 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in double_limit_test_execution()
43 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in double_limit_test_execution()
H A Ddiag_threshold_test_simple.c34 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in simple_test_execution()
H A Ddiag_threshold_test_no_limit_cross.c38 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in no_limit_cross_test_execution()
H A Ddiag_threshold_test_large_limit.c37 (void)set_memory_diagnostics_threshold_limits(TEST_LIMIT_THIS_TEST, true); in simple_test_large_limit_testexecution()
H A Ddiag_threshold_test_no_retrigger.c34 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test_with_low_watermark.c33 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test_with_high_watermark.c33 (void)set_memory_diagnostics_threshold_limits(LOW_JETSAM_LIMIT, true); in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test.h84 bool set_memory_diagnostics_threshold_limits(uint64_t limit, bool assert_on_error);
H A Ddiag_threshold_test.c339 set_memory_diagnostics_threshold_limits(uint64_t limit_param, bool assert_on_error) in set_memory_diagnostics_threshold_limits() function