Searched refs:set_memory_diagnostics_threshold_limits (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.61.3/tests/vm/ |
| H A D | diag_threshold_test_watermark_and_threshold_same.c | 62 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 D | diag_threshold_test_limit_and_threshold_same.c | 63 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 D | diag_threshold_test_enable_disable_threshold.c | 37 (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 D | diag_threshold_test_double_limit.c | 32 (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 D | diag_threshold_test_simple.c | 34 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in simple_test_execution()
|
| H A D | diag_threshold_test_no_limit_cross.c | 38 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in no_limit_cross_test_execution()
|
| H A D | diag_threshold_test_large_limit.c | 37 (void)set_memory_diagnostics_threshold_limits(TEST_LIMIT_THIS_TEST, true); in simple_test_large_limit_testexecution()
|
| H A D | diag_threshold_test_no_retrigger.c | 34 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_no_retrigger_execution()
|
| H A D | diag_threshold_test_with_low_watermark.c | 33 (void)set_memory_diagnostics_threshold_limits(WORKING_LIMIT, true); in diag_threshold_test_with_low_watermark()
|
| H A D | diag_threshold_test_with_high_watermark.c | 33 (void)set_memory_diagnostics_threshold_limits(LOW_JETSAM_LIMIT, true); in diag_threshold_test_with_high_watermark()
|
| H A D | diag_threshold_test.h | 84 bool set_memory_diagnostics_threshold_limits(uint64_t limit, bool assert_on_error);
|
| H A D | diag_threshold_test.c | 339 set_memory_diagnostics_threshold_limits(uint64_t limit_param, bool assert_on_error) in set_memory_diagnostics_threshold_limits() function
|