Lines Matching refs:thread_group_data
315 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()
521 on_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_on_core()
555 off_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_off_core()
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()
630 blocked_data.thread_group_data = thread_group_get_machine_data(blocked_tg); in machine_thread_group_blocked()
641 struct thread_group_data blocking_data; in machine_thread_group_blocked()
643 blocking_data.thread_group_data = thread_group_get_machine_data(blocking_tg); in machine_thread_group_blocked()
668 struct thread_group_data unblocked_data; in machine_thread_group_unblocked()
672 unblocked_data.thread_group_data = thread_group_get_machine_data(unblocked_tg); in machine_thread_group_unblocked()
683 struct thread_group_data unblocking_data; in machine_thread_group_unblocked()
685 unblocking_data.thread_group_data = thread_group_get_machine_data(unblocking_tg); in machine_thread_group_unblocked()
743 work_interval.thread_group_data = thread_group_get_machine_data(tg); in machine_work_interval_notify()