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