Searched refs:pmc_reserve (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.h648 kern_return_t pmc_reserve(pmc_t pmc, pmc_config_t config, pmc_reservation_t *reservation);
654 * on one of the logical cores that can read the given pmc. The semantics of this method are the same as <link>pmc_reserve</link> in all other respects.
659 * @result See <link>pmc_reserve</link>
671 * @result See <link>pmc_reserve</link>
H A Dpmc.c2116 * reservation (in pmc_reserve() and friends, below).
2330 * as a result of pmc_reserve*()
2348 * pmc_reserve will attempt to reserve the given @pmc, with a given
2358 kern_return_t pmc_reserve(pmc_t pmc, pmc_config_t config, function
2913 kern_return_t pmc_reserve(pmc_t pmc __unused, function

Completed in 36 milliseconds