Searched refs:set_count (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Daffinity.c278 info->set_count = 0;
288 info->set_count++;
/xnu-2782.1.97/osfmk/mach/
H A Dtask_info.h228 integer_t set_count; member in struct:task_affinity_tag_info
/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.h316 pmc_set_count_method_t set_count; member in struct:pmc_methods
H A Dpmc.c1578 ret = load_pmc->methods.set_count(load_pmc_obj, reservation->value);
1580 COUNTER_DEBUG(" [error] set_count: 0x%x\n", ret);
1901 !methods->set_count ||
2668 ret = reservation->pmc->methods.set_count(reservation->pmc->object, value);

Completed in 31 milliseconds