Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.c67 uint8_t tg_machine_data[] __attribute__((aligned(TG_MACHINE_DATA_ALIGN_SIZE))); member
126 assert(offsetof(struct thread_group, tg_machine_data) % TG_MACHINE_DATA_ALIGN_SIZE == 0); in thread_group_init()
1197 return &tg->tg_machine_data; in thread_group_get_machine_data()
1293 … (struct thread_group *)((uintptr_t)machine_data - offsetof(struct thread_group, tg_machine_data)); in sched_perfcontrol_thread_group_preferred_clusters_set()
1329 … (struct thread_group *)((uintptr_t)machine_data - offsetof(struct thread_group, tg_machine_data)); in sched_perfcontrol_thread_group_recommend()
1368 struct thread_group *tg = __container_of(machine_data, struct thread_group, tg_machine_data); in sched_perfcontrol_thread_group_get_name()