Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c315 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()
577 struct thread_group_data data; in machine_thread_group_init()
579 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()
591 struct thread_group_data data; in machine_thread_group_deinit()
593 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()
605 struct thread_group_data data; in machine_thread_group_flags_update()
607 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()
626 struct thread_group_data blocked_data; in machine_thread_group_blocked()
641 struct thread_group_data blocking_data; in machine_thread_group_blocked()
668 struct thread_group_data unblocked_data; in machine_thread_group_unblocked()
[all …]
H A Dmachine_routines.h849 void *thread_group_data; member
864 void *thread_group_data; member
868 struct thread_group_data { struct
870 void *thread_group_data; member
874 typedef struct thread_group_data *thread_group_data_t; argument
892 void *thread_group_data; member
916 void *thread_group_data; member
960 void *thread_group_data; member
/xnu-11215/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-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h285 void *thread_group_data; member