Searched refs:hazard_test_value_alloc (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | hazard.c | 553 hazard_test_value_alloc(int count, int step, bool ok) in hazard_test_value_alloc() function 604 val = hazard_test_value_alloc(1, 0, false); in hazard_basic_test() 633 val = hazard_test_value_alloc(1, 1000 + i, true); in hazard_basic_test() 651 v1 = hazard_test_value_alloc(2, 10000, false); in hazard_basic_test() 652 v2 = hazard_test_value_alloc(2, 10001, true); in hazard_basic_test()
|