Searched refs:thread_group_get_id (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/osfmk/arm/ |
| H A D | machine_routines_common.c | 314 data->thread_group_id = thread_group_get_id(tg); in machine_switch_populate_perfcontrol_thread_data() 520 on_core.thread_group_id = thread_group_get_id(tg); in machine_thread_going_on_core() 554 off_core.thread_group_id = thread_group_get_id(tg); in machine_thread_going_off_core() 578 data.thread_group_id = thread_group_get_id(tg); in machine_thread_group_init() 592 data.thread_group_id = thread_group_get_id(tg); in machine_thread_group_deinit() 606 data.thread_group_id = thread_group_get_id(tg); in machine_thread_group_flags_update() 629 blocked_data.thread_group_id = thread_group_get_id(blocked_tg); in machine_thread_group_blocked() 642 blocking_data.thread_group_id = thread_group_get_id(blocking_tg); in machine_thread_group_blocked() 648 thread_tid(blocked_thread), thread_group_get_id(blocked_tg), in machine_thread_group_blocked() 671 unblocked_data.thread_group_id = thread_group_get_id(unblocked_tg); in machine_thread_group_unblocked() [all …]
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPerfControl.cpp | 343 clientData.driverState.target_thread_group_id = thread_group_get_id(dext_thread_group); in registerDevice() 403 .thread_group_id = thread_group_get_id(thread_group), in workSubmit() 436 .thread_group_id = thread_group_get_id(thread_group), in workSubmitAndBegin() 475 .thread_group_id = thread_group_get_id(entry->thread_group), in workBegin() 497 .thread_group_id = thread_group_get_id(entry->thread_group), in workEnd() 600 .thread_group_id = thread_group_get_id(work_context->thread_group), in workSubmitAndBeginWithContext() 635 .thread_group_id = thread_group_get_id(thread_group), in workSubmitWithContext() 681 .thread_group_id = thread_group_get_id(work_context->thread_group), in workUpdateWithContext() 709 .thread_group_id = thread_group_get_id(work_context->thread_group), in workBeginWithContext() 737 .thread_group_id = thread_group_get_id(work_context->thread_group), in workEndWithContext()
|
| /xnu-11215/osfmk/kern/ |
| H A D | work_interval.c | 246 thread_tid(thread), thread_group_get_id(work_interval->wi_group)); in work_interval_perform_deferred_finish() 931 …__kdebug_only uint64_t old_tg_id = (old_th_wi && old_th_wi->wi_group) ? thread_group_get_id(old_th… in thread_set_work_interval() 932 … uint64_t new_tg_id = (work_interval && work_interval->wi_group) ? thread_group_get_id(work_interv… in thread_set_work_interval() 1217 tg_id = work_interval->wi_group ? thread_group_get_id(work_interval->wi_group) : ~0; in kern_work_interval_create() 1460 work_interval->wi_creator_pid, thread_group_get_id(tg)); in kern_work_interval_set_workload_id()
|
| H A D | thread_group.h | 142 uint64_t thread_group_get_id(struct thread_group *tg);
|
| H A D | thread_group.c | 1174 thread_group_get_id(struct thread_group *tg) in thread_group_get_id() function 1209 …return thread_group_get_id(tg) == THREAD_GROUP_PERF_CONTROLLER && perf_controller_thread_group_imm… in thread_group_uses_immediate_ipi()
|
| H A D | sched_clutch.c | 1716 …thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), clutch_bucket->scb_bucket, pri,… in sched_clutch_bucket_pri_calculate() 2721 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_insert() 2786 …root_clutch->scr_cluster_id, thread_group_get_id(clutch_bucket->scb_group->scbg_clutch->sc_tg), cl… in sched_clutch_thread_remove() 2909 …thread_tid(highest_thread), thread_group_get_id(highest_thread->thread_group), root_bucket->scrb_b… in sched_clutch_hierarchy_thread_highest() 4308 …thread_tid(stolen_thread), thread_group_get_id(stolen_thread->thread_group), bucket_for_steal, deb… in sched_edge_steal_thread() 5102 …E(DBG_MACH_SCHED, MACH_AMP_RECOMMENDATION_CHANGE) | DBG_FUNC_NONE, thread_group_get_id(sched_clutc… in sched_edge_migrate_thread_group_running_threads()
|
| H A D | coalition.c | 1358 thread_group_get_id(new_coal->j.thread_group) : 0); in coalition_create_internal() 1781 coal->id, coal->type, thread_group_get_id(tg)); in coalition_set_thread_group()
|
| H A D | kern_stackshot.c | 4456 uint64_t thread_group_id = thread->thread_group ? thread_group_get_id(thread->thread_group) : 0; in kcdata_record_thread_snapshot() 5950 jcs->jcs_thread_group = thread_group_get_id(thread_group); in stackshot_coalition_jetsam_snapshot() 5979 tgs->tgs_id = thread_group_get_id(tg); in stackshot_thread_group_snapshot()
|
| /xnu-11215/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | misc_needed_deps.c | 140 thread_group_get_id(struct thread_group *tg) in thread_group_get_id() function
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_sysctl.c | 5513 uint64_t thread_group_id = thread_group_get_id(thread_group_get(current_thread()));
|