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

/darwin-on-arm/xnu/osfmk/mach/
H A Dtask_info.h228 integer_t set_count; member in struct:task_affinity_tag_info
/darwin-on-arm/xnu/osfmk/kern/
H A Daffinity.c274 info->set_count = 0;
284 info->set_count++;
/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h316 pmc_set_count_method_t set_count; member in struct:pmc_methods
H A Dpmc.c1580 ret = load_pmc->methods.set_count(load_pmc_obj, reservation->value);
1582 COUNTER_DEBUG(" [error] set_count: 0x%x\n", ret);
1903 !methods->set_count ||
2670 ret = reservation->pmc->methods.set_count(reservation->pmc->object, value);

Completed in 36 milliseconds