Lines Matching refs:thread_group_data
314 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()
629 blocked_data.thread_group_data = thread_group_get_machine_data(blocked_tg); in machine_thread_group_blocked()
640 struct thread_group_data blocking_data; in machine_thread_group_blocked()
642 blocking_data.thread_group_data = thread_group_get_machine_data(blocking_tg); in machine_thread_group_blocked()
667 struct thread_group_data unblocked_data; in machine_thread_group_unblocked()
671 unblocked_data.thread_group_data = thread_group_get_machine_data(unblocked_tg); in machine_thread_group_unblocked()
682 struct thread_group_data unblocking_data; in machine_thread_group_unblocked()
684 unblocking_data.thread_group_data = thread_group_get_machine_data(unblocking_tg); in machine_thread_group_unblocked()
742 work_interval.thread_group_data = thread_group_get_machine_data(tg); in machine_work_interval_notify()