Searched refs:set_band (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/tests/vm/ |
| H A D | entitlement_internal_bands.c | 25 int32_t set_band, limit; variable 28 bool success = get_priority_props(getpid(), false, &set_band, &limit, &user_data, &state); 31 T_QUIET; T_ASSERT_EQ(set_band, band, "Able to use entitled band"); 33 T_QUIET; T_ASSERT_EQ(set_band, JETSAM_PRIORITY_IDLE, "Fell through to idle band");
|