Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/Kernel/
H A DIOPerfControl.cpp311 …clientData.driverState.target_thread_group_data = thread_group_get_machine_data(dext_thread_group); in registerDevice()
371 .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-8792.61.2/osfmk/arm/
H A Dmachine_routines_common.c317 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()
522 on_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_on_core()
556 off_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_off_core()
580 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()
594 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()
608 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()
631 blocked_data.thread_group_data = thread_group_get_machine_data(blocked_tg); in machine_thread_group_blocked()
644 blocking_data.thread_group_data = thread_group_get_machine_data(blocking_tg); in machine_thread_group_blocked()
673 unblocked_data.thread_group_data = thread_group_get_machine_data(unblocked_tg); in machine_thread_group_unblocked()
686 unblocking_data.thread_group_data = thread_group_get_machine_data(unblocking_tg); in machine_thread_group_unblocked()
[all …]
/xnu-8792.61.2/osfmk/kern/
H A Dthread_group.h124 void * thread_group_get_machine_data(struct thread_group *tg);
H A Dthread_group.c1253 thread_group_get_machine_data(struct thread_group *tg) in thread_group_get_machine_data() function