Home
last modified time | relevance | path

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

/xnu-11417.101.15/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()
518 on_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_on_core()
552 off_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_off_core()
574 struct thread_group_data data; in machine_thread_group_init()
576 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()
588 struct thread_group_data data; in machine_thread_group_deinit()
590 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()
602 struct thread_group_data data; in machine_thread_group_flags_update()
604 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()
623 struct thread_group_data blocked_data; in machine_thread_group_blocked()
[all …]
H A Dmachine_routines.h857 void *thread_group_data; member
872 void *thread_group_data; member
876 struct thread_group_data { struct
878 void *thread_group_data; member
882 typedef struct thread_group_data *thread_group_data_t; argument
900 void *thread_group_data; member
924 void *thread_group_data; member
968 void *thread_group_data; member
/xnu-11417.101.15/iokit/Kernel/
H A DIOPerfControl.cpp404 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmit()
437 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitAndBegin()
476 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workBegin()
498 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workEnd()
601 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workSubmitAndBeginWithContext()
636 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitWithContext()
682 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workUpdateWithContext()
710 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workBeginWithContext()
738 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workEndWithContext()
/xnu-11417.101.15/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h285 void *thread_group_data; member