Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/arm/
H A Dmachine_routines_common.c314 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()
520 on_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_on_core()
554 off_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_off_core()
576 struct thread_group_data data; in machine_thread_group_init()
578 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()
590 struct thread_group_data data; in machine_thread_group_deinit()
592 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()
604 struct thread_group_data data; in machine_thread_group_flags_update()
606 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()
625 struct thread_group_data blocked_data; in machine_thread_group_blocked()
[all …]
H A Dmachine_routines.h971 void *thread_group_data; member
986 void *thread_group_data; member
990 struct thread_group_data { struct
992 void *thread_group_data; argument
996 typedef struct thread_group_data *thread_group_data_t; argument
1014 void *thread_group_data; member
1038 void *thread_group_data; member
1082 void *thread_group_data; member
/xnu-10063.121.3/iokit/Kernel/
H A DIOPerfControl.cpp371 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmit()
404 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitAndBegin()
443 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workBegin()
465 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workEnd()
556 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workSubmitAndBeginWithContext()
591 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitWithContext()
631 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workUpdateWithContext()
659 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workBeginWithContext()
687 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workEndWithContext()
/xnu-10063.121.3/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h274 void *thread_group_data; member