Home
last modified time | relevance | path

Searched refs:psets (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/tests/
H A Dkernel_inspection.c158 processor_set_name_array_t psets; variable
166 T_ASSERT_MACH_SUCCESS(host_processor_sets(self, &psets, &pcnt),
170 T_ASSERT_MACH_SUCCESS(host_processor_set_priv(self, psets[i], &pset), NULL);
200 mach_port_deallocate(mach_task_self(), psets[i]);
203 (mach_vm_address_t)(uintptr_t)psets,
204 pcnt * sizeof(*psets));
H A Dimm_pinned_control_port.c242 processor_set_name_array_t psets; in test_task_thread_port_values() local
292 kr = host_processor_sets(host, &psets, &pcnt); in test_task_thread_port_values()
296 kr = host_processor_set_priv(host, psets[0], &pset_priv); in test_task_thread_port_values()
299 mach_port_deallocate(mach_task_self(), psets[i]); in test_task_thread_port_values()
302 vm_deallocate(mach_task_self(), (vm_address_t)psets, (vm_size_t)pcnt * sizeof(mach_port_t)); in test_task_thread_port_values()
/xnu-11215/tests/ipc/
H A Dipc_read_inspect.c220 processor_set_name_array_t psets; in test_processor_set_tasks() local
231 kr = host_processor_sets(host, &psets, &pcnt); in test_processor_set_tasks()
235 kr = host_processor_set_priv(host, psets[0], &pset_priv); in test_processor_set_tasks()
238 mach_port_deallocate(mach_task_self(), psets[i]); in test_processor_set_tasks()
/xnu-11215/osfmk/kern/
H A Dsched_amp.c581 pset = node->psets; in sched_amp_thread_update_scan()
605 } while (((node = node->node_list) != NULL) && ((pset = node->psets) != NULL)); in sched_amp_thread_update_scan()
H A Dprocessor.c243 pset_node0.psets = &pset0; in processor_bootstrap()
592 prev = &node->psets; in pset_create()
619 pset = node->psets; in pset_find()
H A Dprocessor.h301 processor_set_t psets; /* list of associated psets */ member
H A Dsched_prim.c4651 processor_set_t pset = node->psets; in sched_rtlocal_runq_scan()
4673 } while (((node = node->node_list) != NULL) && ((pset = node->psets) != NULL)); in sched_rtlocal_runq_scan()
4681 processor_set_t pset = node->psets; in sched_rtlocal_runq_count_sum()
4690 } while (((node = node->node_list) != NULL) && ((pset = node->psets) != NULL)); in sched_rtlocal_runq_count_sum()
10044 if (ecore_node->psets != PROCESSOR_SET_NULL) { in thread_bind_cluster_type()
10050 if (pcore_node->psets != PROCESSOR_SET_NULL) { in thread_bind_cluster_type()
10058 thread->th_bound_cluster_id = bind_node->psets->pset_id; in thread_bind_cluster_type()
H A Dsched_clutch.c3534 pset = node->psets; in sched_clutch_thread_update_scan()
3573 } while (((node = node->node_list) != NULL) && ((pset = node->psets) != NULL)); in sched_clutch_thread_update_scan()
/xnu-11215/tools/lldbmacros/
H A Dipc.py1627 psets = GetSpaceObjectsWithBits(is_tableval, num_entries, 0x00080000,
1631 for pset in (value(v.AddressOf()) for v in psets):
H A Dscheduler.py683 pset = node.psets